-
Notifications
You must be signed in to change notification settings - Fork 288
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
Control plane nodes not upgraded for same kube version #2636
Comments
There is only one vspheremachinetemplate created for cp, there should be two since the upgrade flow should have created a new one with the new template
|
I used only one VSphereMachineConfig for both the cp and worker nodes, the working theory is this is could be the issue. @jiayiwang7 tested with separate configs and it worked correctly. |
tested with same VSphereMachineConfig for cp and worker nodes, and stacked etcd. Upgrade works fine. |
Tested with same VSphereMachineConfig for cp, worker and unstacked etcd. Upgrade works correctly.. create w 0.9.2
upgrade w 0.10.0
|
What happened:
Created a cluster with 0.9.2, kube version 1.22. Upgraded with 0.10.0, keeping cluster spec and kube version the same. Worker nodes were updated to new kube version but control plane node was not.
What you expected to happen:
Control plane nodes should also be upgraded.
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Environment:
The text was updated successfully, but these errors were encountered: