Skip to content
This repository has been archived by the owner on Mar 2, 2022. It is now read-only.

Bump etcd version to one greater than 3.2.18 #178

Closed
alexbrand opened this issue May 1, 2019 · 1 comment
Closed

Bump etcd version to one greater than 3.2.18 #178

alexbrand opened this issue May 1, 2019 · 1 comment

Comments

@alexbrand
Copy link
Contributor

Ran swizzle with kubeadm preflight checks enabled, which resulted in an error:

[ERROR ExternalEtcdVersion]: this version of kubeadm only supports external etcd 
version >= 3.2.18. Current version: 3.2.10

The latest etcd release is v3.3.12. Bump up the default etcd version in the etcd role.

alexbrand added a commit to alexbrand/wardroom that referenced this issue May 1, 2019
Kubeadm v1.14 requires an etcd version greater than v3.2.18.
(https://github.com/kubernetes/kubernetes/blob/v1.14.0/cmd/kubeadm/app/constants/constants.go#L257)

Bump the default etcd version to v3.3.10, which is the default version
used in the Kubernetes v1.14 release.
(https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.14.md#external-dependencies)

Fixes vmware-archive#178

Signed-off-by: Alexander Brand <alexbrand09@gmail.com>
@alexbrand
Copy link
Contributor Author

Superceeded by #181

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant