Update etcd from v3.3.8 to v3.3.9

* https://github.com/coreos/etcd/blob/master/CHANGELOG-3.3.md#v339-2018-07-24
This commit is contained in:
Dalton Hubble
2018-07-29 11:27:37 -07:00
parent 7c327b8bf4
commit db64ce3312
9 changed files with 9 additions and 8 deletions

View File

@ -92,7 +92,7 @@ bootcmd:
runcmd:
- [systemctl, daemon-reload]
- [systemctl, restart, NetworkManager]
- "atomic install --system --name=etcd quay.io/poseidon/etcd:v3.3.8"
- "atomic install --system --name=etcd quay.io/poseidon/etcd:v3.3.9"
- "atomic install --system --name=kubelet quay.io/poseidon/kubelet:v1.11.0"
- "atomic install --system --name=bootkube quay.io/poseidon/bootkube:v0.13.0"
- [systemctl, start, --no-block, etcd.service]