mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-23 14:06:03 -03:30
Enable control plane load balancing for kube-vip (#9785)
Signed-off-by: bo.jiang <bo.jiang@daocloud.io>
This commit is contained in:
@@ -71,6 +71,10 @@ spec:
|
||||
{% if kube_vip_enableServicesElection %}
|
||||
- name: enableServicesElection
|
||||
value: "true"
|
||||
{% endif %}
|
||||
{% if kube_vip_lb_enable %}
|
||||
- name: lb_enable
|
||||
value: "true"
|
||||
{% endif %}
|
||||
image: {{ kube_vip_image_repo }}:{{ kube_vip_image_tag }}
|
||||
imagePullPolicy: {{ k8s_image_pull_policy }}
|
||||
|
||||
Reference in New Issue
Block a user