Update Kubernetes from v1.11.1 to v1.11.2

* https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.11.md#v1112
This commit is contained in:
Dalton Hubble
2018-08-07 21:56:02 -07:00
parent 716dfe4d17
commit f7ebdf475d
44 changed files with 96 additions and 95 deletions

View File

@ -93,7 +93,7 @@ runcmd:
- [systemctl, daemon-reload]
- [systemctl, restart, NetworkManager]
- "atomic install --system --name=etcd quay.io/poseidon/etcd:v3.3.9"
- "atomic install --system --name=kubelet quay.io/poseidon/kubelet:v1.11.1"
- "atomic install --system --name=kubelet quay.io/poseidon/kubelet:v1.11.2"
- "atomic install --system --name=bootkube quay.io/poseidon/bootkube:v0.13.0"
- [systemctl, start, --no-block, etcd.service]
- [systemctl, enable, cloud-metadata.service]