Use only systemd as cgroup driver#17600
Conversation
|
/test pull-kops-aws-distro-debian11 |
fcd410f to
f1367b0
Compare
|
/test pull-kops-aws-distro-debian11 |
|
Looks like we need to adjust kubelet's config: containerd/containerd#4857 (comment) |
Signed-off-by: Ciprian Hacman <ciprian@hakman.dev>
f1367b0 to
05a81cf
Compare
|
/test pull-kops-aws-distro-debian11 |
|
/test pull-kops-aws-distro-debian11 |
|
@hakman: Overrode contexts on behalf of hakman: pull-kops-e2e-cni-amazonvpc DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
/test pull-kops-aws-distro-rhel8 |
1 similar comment
|
/test pull-kops-aws-distro-rhel8 |
|
@ameukam I think this is ready now. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: hakman The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/lgtm |
In Kubernetes 1.25, cgroup v2 became GA. Using cgroup v2 in Kubernetes requires the systemd cgroup driver (for both kubelet and the runtime) and cgroupfs is not supported with cgroup v2.
kOps has defaulted to systemd cgroup since Kubernetes 1.20.
kops/nodeup/pkg/model/containerd.go
Lines 501 to 502 in 22687c4
/cc @ameukam