external ip setting

This commit is contained in:
2025-03-29 08:58:07 -06:00
parent 3fa8bbd3d7
commit 0a0b857fbd

View File

@@ -9,6 +9,7 @@
# "--debug" # Optionally add additional args to k3s
"--disable=traefik"
"--bind-address 100.122.128.107"
"--node-external-ip 100.122.128.107"
"--tls-san 100.122.128.107"
];
serverAddr = "https://100.122.128.107:6443";