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

Set the kubelet cgroup driver to systemd (v2) #818

Merged
merged 4 commits into from
Apr 27, 2022

Conversation

afbjorklund
Copy link
Member

@afbjorklund afbjorklund commented Apr 25, 2022

See https://kubernetes.io/docs/tasks/administer-cluster/kubeadm/configure-cgroup-driver/

NAME       STATUS   ROLES                  AGE     VERSION   INTERNAL-IP    EXTERNAL-IP   OS-IMAGE           KERNEL-VERSION      CONTAINER-RUNTIME
lima-k8s   Ready    control-plane,master   2m32s   v1.23.6   192.168.5.15   <none>        Ubuntu 22.04 LTS   5.15.0-25-generic   containerd://1.6.2

Closes #817

@AkihiroSuda
Copy link
Member

Thanks, but please sign the commit for DCO
https://github.com/apps/dco

(run git commit -a -s --amend, and make sure that the Signed-off-by: NAME <EMAIL> line with your real name is included in the commit message)

@afbjorklund
Copy link
Member Author

afbjorklund commented Apr 25, 2022

I don't think this change is needed, it was already defaulting to cgroups v2 (systemd).

We could re-open it and move to YAML configuration anyway, but it's much more verbose

@afbjorklund afbjorklund reopened this Apr 26, 2022
Signed-off-by: Anders F Björklund <anders.f.bjorklund@gmail.com>
Signed-off-by: Anders F Björklund <anders.f.bjorklund@gmail.com>
Signed-off-by: Anders F Björklund <anders.f.bjorklund@gmail.com>
Signed-off-by: Anders F Björklund <anders.f.bjorklund@gmail.com>
Copy link
Member

@AkihiroSuda AkihiroSuda left a comment

Choose a reason for hiding this comment

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

Thanks

@AkihiroSuda AkihiroSuda merged commit 2b88071 into lima-vm:master Apr 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

k8s.yaml example does not work after upgrade to Ubuntu 22.04
2 participants