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

Add support for reporting the CgroupDriver runtime config #222

Closed
afbjorklund opened this issue Aug 14, 2023 · 1 comment · Fixed by #302
Closed

Add support for reporting the CgroupDriver runtime config #222

afbjorklund opened this issue Aug 14, 2023 · 1 comment · Fixed by #302

Comments

@afbjorklund
Copy link
Contributor

afbjorklund commented Aug 14, 2023

KEP-4033: Discover cgroup driver from CRI

https://github.com/kubernetes/enhancements/tree/master/keps/sig-node/4033-group-driver-detection-over-cri#cri-api

Requires CRI API 1.28


To try this, you need to enable the KubeletCgroupDriverFromCRI feature gate. (alpha: v1.28)

The end goal is to remove the cgroupDriver config from the kubelet, similar to pauseImage

@afbjorklund
Copy link
Contributor Author

afbjorklund commented Jan 22, 2024

According to the KEP, you use the brand new command to try it:

$ sudo crictl runtime-config
cgroup driver:   SYSTEMD

Once RuntimeService / RuntimeConfig has been implemented, that is.

FATA[0000] get runtime config: call RuntimeConfig RPC: rpc error: code = Unimplemented desc = unknown method RuntimeConfig for service runtime.v1.RuntimeService

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant