kubelet cgroup-root should be / for k8s 1.6#1944
Conversation
|
a follow-on is also needed to enable memcg and cpu accounting by default on whatever OS images this is deploying against... |
|
@justinsb -- could you assist in ensuring that cpu and memcg accounting is enabled globally on the aws e2e environment? |
|
Poke ? This has some urgency for items to merge in time for feature freeze. |
|
@derekwaynecarr can you confirm the kubelet flag settings for 1.6 should be: cgroup-root = "/" If so I think the way to do this is to only apply these settings for k8s 1.6 and up, as the k8s 1.5 (and lower) settings appear to be as kops has them. |
|
(I can send a simple PR for you to review as that may be more expedient!) |
|
@justinsb -- what you described for 1.6 is adequate. can you prioritize getting a PR today? |
|
@derekwaynecarr We've merged #1955, so this should be obsolete now. Thanks for the PR! |
sig-node is deploying a new cgroup hierarchy to support per pod cgroups and enforcement of node alloctable. to support that, the pods should not be a children of the container runtime.
see: kubernetes/kubernetes#41349
This change is