Fix the invalid kube vip manifest (#8831)
* add Feature synchronized time checking * fix-invalid-kube-vip-manifest
This commit is contained in:
parent
eea7bb7692
commit
3d8f3bc0b7
2 changed files with 23 additions and 17 deletions
|
@ -16,7 +16,7 @@ spec:
|
|||
value: "6443"
|
||||
{% if kube_vip_interface %}
|
||||
- name: vip_interface
|
||||
value: "{{ kube_vip_interface | string | to_json }}"
|
||||
value: {{ kube_vip_interface | string | to_json }}
|
||||
{% endif %}
|
||||
{% if kube_vip_services_interface %}
|
||||
- name: vip_servicesinterface
|
||||
|
|
|
@ -40,3 +40,9 @@ etcd_tls_cipher_suites:
|
|||
containerd_storage_dir: /var/data/containerd
|
||||
containerd_state_dir: /run/cri/containerd
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue