How to remove orphaned master node details from etcd? #9846
belajarpowershell
started this conversation in
General
Replies: 1 comment 7 replies
-
Do you still see the node in |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a HA cluster
1 Load Balancer
3 Master nodes
3 worker nodes.
Recently upgraded the cluster from "v1.25.6+k3s1" to "v1.26.10+k3s1".
During the upgrade , one master node had firewall issues and could not complete the upgrade.
I removed the node from the cluster, and the upgrade proceeded. (In hindsight I should not have done this)
After fixing the firewall issue, I installed the k3s as we would a new node.
But the k3s service did not start.
Here is what I have tried.
kubectl delete node x9314.corp.aaa.net
it says node note found.Any ideas how I can rejoin the master x9314 node back to the cluster?
thank you .
Suresh
Beta Was this translation helpful? Give feedback.
All reactions