Skip to content
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

Merged
merged 3 commits into from
Jul 23, 2024
Merged

Conversation

Qaplagzy
Copy link
Contributor

@Qaplagzy Qaplagzy commented May 9, 2024

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


@Qaplagzy Qaplagzy force-pushed the support-kubeedge-1.17 branch from 6a7b687 to 73589cb Compare May 9, 2024 02:46
@Qaplagzy Qaplagzy closed this May 20, 2024
@Qaplagzy Qaplagzy reopened this May 20, 2024
@Qaplagzy Qaplagzy force-pushed the support-kubeedge-1.17 branch 2 times, most recently from 8cbac94 to 823c5d0 Compare May 20, 2024 08:27
Copy link
Collaborator

@wbc6080 wbc6080 left a 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?

@Qaplagzy Qaplagzy force-pushed the support-kubeedge-1.17 branch 3 times, most recently from dd6950f to 9a34490 Compare May 27, 2024 10:13
@Qaplagzy Qaplagzy force-pushed the support-kubeedge-1.17 branch from 9a34490 to 9fe88b7 Compare May 30, 2024 00:58
Copy link
Collaborator

@wbc6080 wbc6080 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pkg/cluster/internal/create/actions/kubeedge/kubeedge.go Outdated Show resolved Hide resolved
pkg/cluster/internal/create/actions/kubeedge/kubeedge.go Outdated Show resolved Hide resolved
pkg/cluster/internal/create/actions/kubeedge/kubeedge.go Outdated Show resolved Hide resolved
}

// 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`))
Copy link
Collaborator

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?

Copy link
Contributor Author

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.

@Qaplagzy Qaplagzy force-pushed the support-kubeedge-1.17 branch from 9fe88b7 to 3771259 Compare June 7, 2024 05:28
@Qaplagzy Qaplagzy force-pushed the support-kubeedge-1.17 branch from 3771259 to 9e914a1 Compare July 22, 2024 07:51
Copy link
Collaborator

@Shelley-BaoYue Shelley-BaoYue left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

Copy link
Member

@fisherxu fisherxu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/approve

@fisherxu fisherxu added lgtm Indicates that a PR is ready to be merged. approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Jul 23, 2024
@kubeedge-bot kubeedge-bot merged commit 48ce647 into kubeedge:main Jul 23, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support installation of latest version KubeEdge and run demo on keink
5 participants