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
In K8S 1.25 cgroupv2 ( kubernetes/enhancements#2254 ) is enabled, in containerD 1.7 ( https://github.com/containerd/containerd/blob/main/docs/NRI.md ) there is support for Node Resource Interface, and k8s 1.27 adds support for memory QoS ( kubernetes/enhancements#2570 ) . Using cri-dockerd will it be possible to use these functionalities?
The text was updated successfully, but these errors were encountered:
Cgroups v2 is supported since Docker 20.10, and is default in eg Ubuntu 22.04
https://www.docker.com/blog/introducing-docker-engine-20-10/
But I believe that the new field (LinuxContainerResources) was not implemented for docker, only containerd and cri-o?
LinuxContainerResources
https://kubernetes.io/blog/2021/11/26/qos-memory-resources/
There is supposed to be a Config.Linux.Resources, now with a new key "Unified".
https://github.com/moby/moby/blob/master/api/types/container/hostconfig.go
Sorry, something went wrong.
I don't think there are any plans to implement the NRI adaptation for Docker, but I could be mistaken ?
The goal is to enable NRI support in the most commonly used OCI runtimes, containerd and CRI-O.
No branches or pull requests
In K8S 1.25 cgroupv2 ( kubernetes/enhancements#2254 ) is enabled, in containerD 1.7 ( https://github.com/containerd/containerd/blob/main/docs/NRI.md ) there is support for Node Resource Interface, and k8s 1.27 adds support for memory QoS ( kubernetes/enhancements#2570 ) . Using cri-dockerd will it be possible to use these functionalities?
The text was updated successfully, but these errors were encountered: