Upgrade etcd to 3.2.24

This patch upgrades the default etcd version to 3.2.24.  Migration from
2.x to 3.x is required to address:

* Kubernetes is deprecating etcd 2.x support later this year. See [0].
* Recommended etcd minimum versions are: 3.1.11+, 3.2.10+, 3.3.0+ to
  address a data corruption bug. See [1].

[0] https://groups.google.com/forum/#!msg/kubernetes-dev/DoOl77xjpDA/uZFun65oBwAJ
[1] https://discuss.kubernetes.io/t/recommended-etcd-minimum-versions-3-1-11-3-2-10-3-3-0/2637

Change-Id: I221e0ff06557c3b107567180628a2c7bf1301bf0
Signed-off-by: Tin Lam <tin@irrational.io>
This commit is contained in:
Tin Lam 2018-09-06 16:00:52 -05:00
parent 31ca66b3ce
commit ab6d15441c

View File

@ -19,7 +19,7 @@
images:
tags:
etcd: 'gcr.io/google_containers/etcd-amd64:2.2.5'
etcd: 'gcr.io/google_containers/etcd-amd64:3.2.24'
dep_check: quay.io/stackanetes/kubernetes-entrypoint:v0.3.1
image_repo_sync: docker.io/docker:17.07.0
pull_policy: "IfNotPresent"