mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-20 18:37:46 -02:30
Fix the invalid kube vip manifest (#8831)
* add Feature synchronized time checking * fix-invalid-kube-vip-manifest
This commit is contained in:
@@ -16,7 +16,7 @@ spec:
|
|||||||
value: "6443"
|
value: "6443"
|
||||||
{% if kube_vip_interface %}
|
{% if kube_vip_interface %}
|
||||||
- name: vip_interface
|
- name: vip_interface
|
||||||
value: "{{ kube_vip_interface | string | to_json }}"
|
value: {{ kube_vip_interface | string | to_json }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if kube_vip_services_interface %}
|
{% if kube_vip_services_interface %}
|
||||||
- name: vip_servicesinterface
|
- name: vip_servicesinterface
|
||||||
|
|||||||
@@ -40,3 +40,9 @@ etcd_tls_cipher_suites:
|
|||||||
containerd_storage_dir: /var/data/containerd
|
containerd_storage_dir: /var/data/containerd
|
||||||
containerd_state_dir: /run/cri/containerd
|
containerd_state_dir: /run/cri/containerd
|
||||||
containerd_oom_score: -999
|
containerd_oom_score: -999
|
||||||
|
|
||||||
|
# Kube-vip
|
||||||
|
kube_vip_enabled: true
|
||||||
|
kube_vip_arp_enabled: true
|
||||||
|
kube_vip_controlplane_enabled: true
|
||||||
|
kube_vip_address: 192.168.1.100
|
||||||
|
|||||||
Reference in New Issue
Block a user