Update all.yml

Added kube_vip_iface variable
This commit is contained in:
Mr Khachaturov
2024-06-08 01:22:07 +03:00
committed by GitHub
parent 072f1a321d
commit f88e02bd35

View File

@@ -10,6 +10,9 @@ system_timezone: "Your/Timezone"
# interface which will be used for flannel # interface which will be used for flannel
flannel_iface: "eth0" flannel_iface: "eth0"
# interface which will be used for kube-vip
kube_vip_iface: "eth0"
# uncomment calico_iface to use tigera operator/calico cni instead of flannel https://docs.tigera.io/calico/latest/about # uncomment calico_iface to use tigera operator/calico cni instead of flannel https://docs.tigera.io/calico/latest/about
# calico_iface: "eth0" # calico_iface: "eth0"
calico_ebpf: false # use eBPF dataplane instead of iptables calico_ebpf: false # use eBPF dataplane instead of iptables