Update Kubernetes from v1.13.4 to v1.13.5

* https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.13.md#v1135
This commit is contained in:
Dalton Hubble
2019-03-25 21:43:47 -07:00
parent 41a9d86bc3
commit 4fea526ebf
50 changed files with 110 additions and 106 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.12"
- "atomic install --system --name=kubelet quay.io/poseidon/kubelet:v1.13.4"
- "atomic install --system --name=kubelet quay.io/poseidon/kubelet:v1.13.5"
- "atomic install --system --name=bootkube quay.io/poseidon/bootkube:v0.14.0"
- [systemctl, start, --no-block, etcd.service]
- [systemctl, start, --no-block, kubelet.service]