-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support kubeedge 1.17 #16
Conversation
6a7b687
to
73589cb
Compare
8cbac94
to
823c5d0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems that there will still be an error when deploying nginx pod https://github.com/kubeedge/keink/actions/runs/9155835162/job/25174615232?pr=16. Has this problem been solved before?
Signed-off-by: Bob <[email protected]>
Signed-off-by: Bob <[email protected]>
dd6950f
to
9a34490
Compare
9a34490
to
9fe88b7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
cc @Shelley-BaoYue @fisherxu
} | ||
|
||
// modify runtime to containerd | ||
cmd = node.Command("bash", "-c", fmt.Sprintf(`sed -i -e "s|remoteImageEndpoint: .*|remoteImageEndpoint: %s|g" /etc/kubeedge/config/edgecore.yaml`, "unix:///var/run/containerd/containerd.sock")) | ||
cmd = node.Command("bash", "-c", fmt.Sprintf(`sed -i -e "s|cgroupDriver: .*|cgroupDriver: systemd|g" /etc/kubeedge/config/edgecore.yaml`)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why modify to systemd here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I referred to an issue to resolve compatibility problems.
If not, it will error.
9fe88b7
to
3771259
Compare
Signed-off-by: Bob <[email protected]>
3771259
to
9e914a1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
What type of PR is this?
/kind feature
What this PR does / why we need it:
Support latest version in keink.
Which issue(s) this PR fixes:
Fixes #8
Special notes for your reviewer:
Does this PR introduce a user-facing change?:
NONE