Update Kubernetes from v1.11.2 to v1.11.3

* https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.11.md#v1113
This commit is contained in:
Dalton Hubble
2018-09-13 18:48:07 -07:00
parent 5801be53ff
commit ad871dbfa9
49 changed files with 107 additions and 104 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.2"
- "atomic install --system --name=kubelet quay.io/poseidon/kubelet:v1.11.3"
- "atomic install --system --name=bootkube quay.io/poseidon/bootkube:v0.13.0"
- [systemctl, start, --no-block, etcd.service]
- [systemctl, enable, cloud-metadata.service]