Update from bootkube v0.12.0 to v0.13.0

This commit is contained in:
Dalton Hubble
2018-07-29 11:20:17 -07:00
parent e6720cf738
commit 7c327b8bf4
9 changed files with 10 additions and 8 deletions

View File

@ -95,7 +95,7 @@ runcmd:
- [systemctl, restart, NetworkManager]
- "atomic install --system --name=etcd quay.io/poseidon/etcd:v3.3.8"
- "atomic install --system --name=kubelet quay.io/poseidon/kubelet:v1.11.0"
- "atomic install --system --name=bootkube quay.io/poseidon/bootkube:v0.12.0"
- "atomic install --system --name=bootkube quay.io/poseidon/bootkube:v0.13.0"
- [systemctl, start, --no-block, etcd.service]
- [systemctl, enable, cloud-metadata.service]
- [systemctl, start, --no-block, kubelet.service]