Memory controller properties with cgroup v2 #2711
-
Hello, I'm working on cgroup v2 nodes in my cluster (RHEL 8 nodes). According to this post: I should have a correspondance such as:
But this is not the case, for a guaranteed pod like "rke2-coredns" :
Am I missing something about cgroup v2 support with rke2 (v1.22) ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
Have you set any resource requests or limits on your pod? The cgroups will not have these settings if the pods do not. |
Beta Was this translation helpful? Give feedback.
-
Hmm, the page you linked mentions a few requirements:
Are you using containerd 1.6? Have you enabled the alpha feature-gate? |
Beta Was this translation helpful? Give feedback.
Hmm, the page you linked mentions a few requirements:
https://kubernetes.io/blog/2021/11/26/qos-memory-resources/#how-do-i-use-it
Are you using containerd 1.6? Have you enabled the alpha feature-gate?