-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Cannot change networking plugin due wrong detected etcd version #7575
Comments
If you want to switch to cilium, I recommend you set
The masters will then come up in NotReady state. When that happens, you can follow https://cilium.readthedocs.io/en/v1.6/gettingstarted/k8s-install-default/ Working on upgrading the Cilium stuff for kops master, but there is still some work left to be done. Follow #7474 |
@olemarkus ok thank you, so this issue can be closed? |
Well. it is not resolved yet. |
Oh ok I thought it was jut a side effect of #7474 and it wasn't needed |
1. What
kops
version are you running? The commandkops version
, will displaythis information.
1.13.0
2. What Kubernetes version are you running?
kubectl version
will print theversion if a cluster is running or provide the Kubernetes version specified as
a
kops
flag.1.13.10
3. What cloud provider are you using?
AWS
I've upgraded my cluster from 1.11 to 1.13.10 with the classic
kops upgrade cluster > update > rolling-upgrade
, my etcd config is:I've tried to change my networking config from:
to:
due a bug that doesn't let you set the MTU in calico. After trying to save the config file I get this error:
however if I go to my etcd manager I see in the logs:
spec member_count:1 etcd_version:"3.2.24"
which makes me think that I have 3.2.24 and also because https://github.com/kubernetes/kops/blob/master/docs/etcd3-migration.md#default-upgrades says:The text was updated successfully, but these errors were encountered: