Enable kubelet allocatable enforcement and QoS cgroup hierarchy

* Change kubelet system image to use --cgroups-per-qos=true
(default) instead of false
* Change kubelet system image to use --enforce-node-allocatable=pods
instead of an empty string
This commit is contained in:
Dalton Hubble
2018-04-16 00:23:14 -07:00
parent d8d1468f03
commit e148552220
8 changed files with 8 additions and 8 deletions

View File

@ -60,7 +60,7 @@ bootcmd:
runcmd:
- [systemctl, daemon-reload]
- [systemctl, enable, cloud-metadata.service]
- "atomic install --system --name=kubelet quay.io/dghubble/kubelet:0c2a541d26c1716f495f1dd17c26e9b36304eede"
- "atomic install --system --name=kubelet quay.io/dghubble/kubelet:460dc13da365a56c5d5419f4d476fbc9d25e0ad7"
- [systemctl, start, --no-block, kubelet.service]
users:
- default