-
Notifications
You must be signed in to change notification settings - Fork 42
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
Scale down control plane not working (2 CP to 1 CP) #96
Comments
Wonderful! @nasusoba |
Setup: Create a k3s cluster with 3 CP and 1 worker node. Scale down to 1 CP. Log in the remaining 1 CP:
We call etcd RemoveMember from CAPI, but after 10s, the removed member get added back (with a different ID)! Seems that after adding But the node drain is never finished (the machine will be forced to deleted after 10min). Need more investigation on why draining is failed, and if adding the annotation is the official way to remove a node. |
Create a cluster with 3 control plane and then scale down to 1 is buggy, need more investigation.
The text was updated successfully, but these errors were encountered: