Skip to content

Uninstall on master take down etcd quorun #2002

Answered by brandond
giovannicandido asked this question in Q&A
Discussion options

You must be logged in to vote

You need to delete the node from the cluster (kubectl delete node) prior to uninstalling it so that it is removed from the etcd cluster. Otherwise, by uninstalling you've just turned the node off without reducing the cluster membership, which will (as you noted) break quorum.

Also note that you can always use the --cluster-reset flag on the surviving node to reset the cluster down to a single member without losing any data.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by giovannicandido
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #2001 on October 21, 2021 20:46.