Compare commits

...

3 Commits

Author SHA1 Message Date
Mr Khachaturov
b803dab0c2 Merge 9cfb04597c into b86156b995 2024-06-19 22:11:05 +03:00
Mr Khachaturov
9cfb04597c Update all.yml 2024-06-09 14:45:47 +03:00
Mr Khachaturov
f88e02bd35 Update all.yml
Added kube_vip_iface variable
2024-06-08 01:22:07 +03:00

View File

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