Replies: 1 comment
-
Please see #10848 (comment) |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have successfully created a Kubernetes Cluster on Hetzner using Talos.
Now I encountered a bug, where
talosctl health
suddenly doesn't work, because it tries to use the public IP for one of the nodes, which is unreachable.The weird thing is, that for all other nodes, it uses the correct IP Addresses, as you can see from the first line of the
health
command output:I then executed to do
talosctl get nodeaddresses
with the endpoint being the node whose public IP is used.And the weird thing is that for this node the public IP is the first element. So I guess that's the reason it choses the public IP.
For all other nodes, the first element in the list of addresses is the private IP.
What are some things I can try to resolve this issue?
Beta Was this translation helpful? Give feedback.
All reactions