Enable servicelb for LoadBalancer IP assignment on single-node cluster

Without servicelb, Traefik had no external IP and was only reachable via
NodePort. Klipper LB binds ports 80/443 directly to the node.
This commit is contained in:
Julia McGhee
2026-03-20 19:31:27 +00:00
parent 11c9c0f1bc
commit 1bafc75429

View File

@@ -3,7 +3,6 @@ k3s_server_args: >-
--cluster-cidr={{ cluster_cidr }}
--service-cidr={{ service_cidr }}
--cluster-dns={{ cluster_dns }}
--disable=servicelb
--write-kubeconfig-mode=644
--tls-san={{ ansible_host }}
--tls-san=k3s.coreworlds.io