Replies: 1 comment
-
The only error in your output is the mismatch on expected IPs in The etcd mismatch was transient - probably your machine was joining at that moment. |
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 community,
Recently I had an issue on a node in our cluster which left all pods on terminating state after reboot, after rebooting static pods did not seem to be come up back again. Because of this I decided to reset the node, deleted the node from the kubernetes cluster and tried to re-add the node to the cluster.
I got the working configs from a working node by running
talosctl -n 10.100.20.24 get machineconfig -o yaml | yq eval .spec
Then I changed the IP adresses to the desired IP adres the node had before resetting it.
After this apply Talos rebooted the node and joined the cluster succesfully. However, it seems to be a seperate kubernetes cluster now? Talos Health is showing the following output:
Interesting to see is that the first node is looking on a different network (we are using this network for ceph storage). But I am 100% sure I added the right IP adresses to the right interfaces in the configuration file. In the talos dashboard I see the VIP is attached to both controlplane-1 and controlplane-3 (find output below as well).
Talos get members is showing the following output:
Important to mention is that the initial image is based on Talosv1.4.5 (we manage our environments via terraform) and the cluster is on v1.5.0.
Is anyone else having a issue like this? Please let me know if more logs/output is needed for further troubleshooting :)
Edit:
Hereby the config of the network configuration of the machine:
Beta Was this translation helpful? Give feedback.
All reactions