Moving Kubelet kernel-memgc-notification to configuration file

This commit is contained in:
Amim Knabben
2020-06-06 11:55:43 -04:00
parent 82d27aa030
commit c39cf28ed3
11 changed files with 40 additions and 27 deletions

View File

@@ -891,7 +891,7 @@ function construct-windows-kubelet-flags {
flags+=" --cgroups-per-qos=false --enforce-node-allocatable="
# Turn off kernel memory cgroup notification.
flags+=" --experimental-kernel-memcg-notification=false"
flags+=" --kernel-memcg-notification=false"
# TODO(#78628): Re-enable KubeletPodResources when the issue is fixed.
# Force disable KubeletPodResources feature on Windows until #78628 is fixed.