diff --git a/cluster/gce/util.sh b/cluster/gce/util.sh index 7983467f14..815efd390b 100755 --- a/cluster/gce/util.sh +++ b/cluster/gce/util.sh @@ -869,6 +869,10 @@ function construct-windows-kubelet-flags { # Turn off kernel memory cgroup notification. flags+=" --experimental-kernel-memcg-notification=false" + # TODO(#78628): Re-enable KubeletPodResources when the issue is fixed. + # Force disable KubeletPodResources feature on Windows until #78628 is fixed. + flags+=" --feature-gates=KubeletPodResources=false" + KUBELET_ARGS="${flags}" }