🔧 set k3s server address

This commit is contained in:
2025-03-08 18:02:27 -05:00
parent defc49c48a
commit a4b746fd9c

View File

@ -3,6 +3,6 @@
services.k3s = {
role = "agent";
serverAddr = "https://<ip of first node>:6443";
serverAddr = "https://100.111.208.75:6443";
};
}