Update Kubernetes from v1.10.3 to v1.10.4

This commit is contained in:
Dalton Hubble
2018-06-06 23:23:11 -07:00
parent 589c3569b7
commit 79260c48f6
44 changed files with 95 additions and 94 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.6"
- "atomic install --system --name=kubelet quay.io/poseidon/kubelet:v1.10.3"
- "atomic install --system --name=kubelet quay.io/poseidon/kubelet:v1.10.4"
- "atomic install --system --name=bootkube quay.io/poseidon/bootkube:v0.12.0"
- [systemctl, start, --no-block, etcd.service]
- [systemctl, enable, cloud-metadata.service]