-
Notifications
You must be signed in to change notification settings - Fork 715
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 reset should cleanup control-plane nodes properly #1312
Comments
I'll take this one. |
Thanks @Klaven |
additional info as per @Klaven request:
All the machinery for reading/writing the config map already exists in The ConfigMap has two key values: one for the Whenever a control-plane node joins, a new entry is created in |
/assign @Klaven |
@timothysc: GitHub didn't allow me to assign the following users: Klaven. Note that only kubernetes members and repo collaborators can be assigned. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Is it also desired to attempt the node deletion aside from modifying the |
@ereslibre there are multiple issue related to reset
For sake of simplicity IMO we should treat all of them as separated issues/PR |
/assign |
Kubeadm reset should take care of removing control-plane nodes from the ClusterStatus status ConfigMap
The text was updated successfully, but these errors were encountered: