Update etcd from v3.3.4 to v3.3.5

* https://github.com/coreos/etcd/releases/tag/v3.3.5
This commit is contained in:
Dalton Hubble
2018-05-10 01:01:25 -07:00
parent fb88113523
commit 8b8e364915
9 changed files with 12 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.4"
- "atomic install --system --name=etcd quay.io/poseidon/etcd:v3.3.5"
- "atomic install --system --name=kubelet quay.io/poseidon/kubelet:v1.10.2"
- "atomic install --system --name=bootkube quay.io/poseidon/bootkube:v0.12.0"
- [systemctl, start, --no-block, etcd.service]