-
I accidentally deleted one of three master nodes in my k3s cluster. The node I deleted was originally the init node for the cluster. Is there a procedure to rejoin the node to the cluster and how i would do this? Etcd snapshots are available to perform a disaster recovery, we would however prefer to get it back to normal without a downtime/cluster-reset. Current state of the cluster:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
There is nothing special about that first node once you have other members in the cluster. Just change the --cluster-init flag to --server=server2, delete the database directory from disk, restart k3s, and it should join back up. |
Beta Was this translation helpful? Give feedback.
There is nothing special about that first node once you have other members in the cluster. Just change the --cluster-init flag to --server=server2, delete the database directory from disk, restart k3s, and it should join back up.