Files
Julia McGhee 1bafc75429 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.
2026-03-20 19:31:27 +00:00

12 lines
355 B
YAML

---
k3s_server_args: >-
--cluster-cidr={{ cluster_cidr }}
--service-cidr={{ service_cidr }}
--cluster-dns={{ cluster_dns }}
--write-kubeconfig-mode=644
--tls-san={{ ansible_host }}
--tls-san=k3s.coreworlds.io
--kube-apiserver-arg=audit-log-maxage=30
--kube-apiserver-arg=audit-log-maxbackup=10
--kube-apiserver-arg=audit-log-maxsize=100