possible DNS issue with talos initial cluster configuration #9183
-
i'm installing 3 control planes for start in virtual enviroment. i've came so far [ma@localhost vmamd1]$ talosctl config endpoint 10.99.100.132 nodes 10.99.100.132 10.99.100.133 10.99.100.134
but when i run sth like that [ma@localhost vmamd1]$ talosctl get members -n 10.99.100.132 i got dns issue. on machine with talosctl and on all talos nodes i'm using ext dns 1.1.1.1 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
It should be:
There's nothing to be done after that, just use |
Beta Was this translation helpful? Give feedback.
-
finally got cluster running :) |
Beta Was this translation helpful? Give feedback.
talosctl config endpoint 10.99.100.132 nodes 10.99.100.132 10.99.100.133 10.99.100.134
this command is wrongIt should be:
talosctl config endpoint 10.99.100.132
There's nothing to be done after that, just use
talosctl -n <node_IP> get members