Merge "Verify VM disk size and relax kubelet disk reqs"

This commit is contained in:
Zuul
2019-01-22 19:57:32 +00:00
committed by Gerrit Code Review
3 changed files with 8 additions and 2 deletions

View File

@@ -26,8 +26,10 @@ data:
- --cni-bin-dir=/opt/cni/bin
- --cni-conf-dir=/etc/cni/net.d
- --eviction-max-pod-grace-period=-1
- --eviction-hard="nodefs.available<1Gi,imagefs.available<1Gi"
- --eviction-minimum-reclaim="nodefs.available=1Gi,imagefs.available=1Gi"
- --network-plugin=cni
- --node-status-update-frequency=5s
- --seccomp-profile-root=SECCOMP_PROFILE_ROOT
- --serialize-image-pulls=false
- --v=5
- --seccomp-profile-root=SECCOMP_PROFILE_ROOT

View File

@@ -19,6 +19,8 @@ data:
- --cni-bin-dir=/opt/cni/bin
- --cni-conf-dir=/etc/cni/net.d
- --eviction-max-pod-grace-period=-1
- --eviction-hard="nodefs.available<1Gi,imagefs.available<1Gi"
- --eviction-minimum-reclaim="nodefs.available=1Gi,imagefs.available=1Gi"
- --network-plugin=cni
- --node-status-update-frequency=5s
- --serialize-image-pulls=false