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:
@@ -3,7 +3,6 @@ k3s_server_args: >-
|
|||||||
--cluster-cidr={{ cluster_cidr }}
|
--cluster-cidr={{ cluster_cidr }}
|
||||||
--service-cidr={{ service_cidr }}
|
--service-cidr={{ service_cidr }}
|
||||||
--cluster-dns={{ cluster_dns }}
|
--cluster-dns={{ cluster_dns }}
|
||||||
--disable=servicelb
|
|
||||||
--write-kubeconfig-mode=644
|
--write-kubeconfig-mode=644
|
||||||
--tls-san={{ ansible_host }}
|
--tls-san={{ ansible_host }}
|
||||||
--tls-san=k3s.coreworlds.io
|
--tls-san=k3s.coreworlds.io
|
||||||
|
|||||||
Reference in New Issue
Block a user