This message was deleted.
# k3s
a
This message was deleted.
c
you need to tell k3s to use the vswitch addresses with --node-ip. By default it uses the address of the interface with the default route.
b
Thanks for responding. Probably a stupid question, but where should I specify that flag?
b
So on 10.0.0.1 it should be curl -sfL https://get.k3s.io | INSTALL_K3S_EXEC="server --node-ip=10.0.0.1" sh -s - And on 10.0.0.2: curl -sfL https://get.k3s.io | K3S_URL=https://10.0.0.1:6443 INSTALL_K3S_EXEC="agent --node-ip=10.0.0.2" ... ?
Thanks a lot , one step forward at least: NAME STATUS ROLES AGE VERSION configit1 Ready control-plane,master 5m46s v1.27.6+k3s1 configit2 Ready <none> 28s v1.27.6+k3s1