Cannot get cluster up and running after power outage. #7472
Unanswered
reitermarkus
asked this question in
Q&A
Replies: 1 comment
-
There are many resources available for you to help:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
after a recent power outage, I cannot get my cluster to work.
The cluster consists of 3 control plane nodes and 3 worker nodes. The control plane nodes were shut down gracefully with
talosctl shutdown
, the worker nodes were not.Once power was back, I tried starting all nodes again, but somehow the nodes cannot connect to each other now. I then shut down all nodes again and then only started the control plane nodes for now.
etcd
seems to be working for the control plane nodes:kubectl
cannot connect to the cluster:The VIP seems to be working, i.e.
ping 10.0.0.40
succeeds.The control plane nodes show similar errors:
apid
is running:Beta Was this translation helpful? Give feedback.
All reactions