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" ...
?
blue-angle-72433
10/03/2023, 9:17 PM
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