Update Fedora Atomic modules to Kubernetes v1.10.1

This commit is contained in:
Dalton Hubble
2018-04-14 00:37:53 -07:00
parent 5212684472
commit b3cf9508b6
12 changed files with 32 additions and 32 deletions

View File

@ -40,11 +40,11 @@ write_files:
SELINUXTYPE=targeted
bootcmd:
- [setenforce, Permissive]
- [systemctl, disable, firewalld, --now]
runcmd:
- systemctl daemon-reload
- "atomic install --system --name=kubelet quay.io/dghubble/kubelet:d97cd9265ef6f6d0d9aab54ad9f66d4f5daaf397"
- systemctl start --no-block kubelet.service
- systemctl disable firewalld --now
- [systemctl, daemon-reload]
- "atomic install --system --name=kubelet quay.io/dghubble/kubelet:8767d4433f7c5a38c55edf6e682efb53fcd06f61"
- [systemctl, start, --no-block, kubelet.service]
users:
- default
- name: fedora