This message was deleted.
# k3s
a
This message was deleted.
c
That's the servers IP. Why can't the agent connect to it? Does it have multiple interfaces, and you need to tell the server which one to use so that clients can connect to it? Are you connecting to the server over the Internet, and need to set the external IP and use a flannel backend other than vxlan?
b
found the issue
I was binding the address to node tailscale IP
Solved using this --bind-address 0.0.0.0 --tls-san <TAILSCALE_NODE_IP>