mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-12 05:07:52 +03:00
azure loadbalancer vars generation (#4892)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
8ef754678a
commit
e0410661fa
@@ -0,0 +1,8 @@
|
||||
## External LB example config
|
||||
apiserver_loadbalancer_domain_name: {{ lb_pubip.dnsSettings.fqdn }}
|
||||
loadbalancer_apiserver:
|
||||
address: {{ lb_pubip.ipAddress }}
|
||||
port: 6443
|
||||
|
||||
## Internal loadbalancers for apiservers
|
||||
loadbalancer_apiserver_localhost: false
|
||||
Reference in New Issue
Block a user