Update Kubernetes from v1.12.2 to v1.12.3

* https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.12.md/#v1123
This commit is contained in:
Dalton Hubble
2018-11-26 21:02:59 -08:00
parent 840b73f9ba
commit 5b27d8d889
49 changed files with 108 additions and 107 deletions

View File

@ -79,7 +79,7 @@ runcmd:
- [systemctl, daemon-reload]
- [systemctl, restart, NetworkManager]
- "atomic install --system --name=etcd quay.io/poseidon/etcd:v3.3.10"
- "atomic install --system --name=kubelet quay.io/poseidon/kubelet:v1.12.2"
- "atomic install --system --name=kubelet quay.io/poseidon/kubelet:v1.12.3"
- "atomic install --system --name=bootkube quay.io/poseidon/bootkube:v0.14.0"
- [systemctl, start, --no-block, etcd.service]
- [systemctl, start, --no-block, kubelet.service]