Skip to content

Commit

Permalink
Merge pull request kubernetes#29 from yujuhong/memcg
Browse files Browse the repository at this point in the history
kubelet: turn off experimental-kernel-memcg-notification
  • Loading branch information
pjh authored Nov 20, 2018
2 parents 2a02cf3 + a3d0544 commit 79c2ac2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cluster/gce/win1803/k8s-node-setup.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -759,8 +759,9 @@ function Start-WorkerServices {
# Windows images are large and we don't have gcri mirrors yet. Allow
# longer pull progress deadline.
"--image-pull-progress-deadline=5m",
"--enable-debugging-handlers=true"

"--enable-debugging-handlers=true",
# Turn off kernel memory cgroup notification.
"--experimental-kernel-memcg-notification=false"
# These flags come from Microsoft/SDN, not sure what they do or if
# they're needed.
# --log-dir=c:\k --logtostderr=false
Expand Down

0 comments on commit 79c2ac2

Please sign in to comment.