We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
KubeletCgroupDriverFromCRI
The end goal is to remove the cgroupDriver config from the kubelet, similar to pauseImage
cgroupDriver
pauseImage
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
release/0.3
Successfully merging a pull request may close this issue.
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 topauseImage
The text was updated successfully, but these errors were encountered: