Update Fedora Atomic kubelet from v1.10.5 to v1.11.0

This commit is contained in:
Dalton Hubble
2018-06-30 16:45:42 -07:00
parent 8464b258d8
commit def445a344
8 changed files with 8 additions and 8 deletions

View File

@ -94,7 +94,7 @@ runcmd:
- [systemctl, daemon-reload]
- [systemctl, restart, NetworkManager]
- "atomic install --system --name=etcd quay.io/poseidon/etcd:v3.3.8"
- "atomic install --system --name=kubelet quay.io/poseidon/kubelet:v1.10.5"
- "atomic install --system --name=kubelet quay.io/poseidon/kubelet:v1.11.0"
- "atomic install --system --name=bootkube quay.io/poseidon/bootkube:v0.12.0"
- [systemctl, start, --no-block, etcd.service]
- [systemctl, enable, cloud-metadata.service]