Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kubeadm needs version >= 3.2.17 of etcd #24

Closed
Aeolun opened this issue Jul 1, 2018 · 0 comments
Closed

kubeadm needs version >= 3.2.17 of etcd #24

Aeolun opened this issue Jul 1, 2018 · 0 comments
Labels

Comments

@Aeolun
Copy link

Aeolun commented Jul 1, 2018

I've tried booting this up on Hetzner, but ran into an issue while provisioning kubernetes, which apparently needs a higher version of etcd.

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

I'm not trying after changing the config to use 3.2.17, will update the issue when I know how it goes.

Also, just, thanks for this! I've spent the whole day faffing around with kubernetes trying to get a cluster set up, and it was driving me completely mad. Finding something to set it up is a godsend.


I then got another problem with the install, Running with swap on is not supported, please disable swap! or set --fail-swap-on flag to false. in my logs when trying to start kubelet. That created an infinite loop of

module.kubernetes.null_resource.kubernetes[2] (remote-exec): Waiting for API server to respond
module.kubernetes.null_resource.kubernetes.2: Still creating... (2m50s elapsed)

during provisioning. I disabled the swap component in main.tf and that seems to have made it work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants