diff --git a/inventory/sample/group_vars/all.yml b/inventory/sample/group_vars/all.yml index a30b81da1..3f1e649ef 100644 --- a/inventory/sample/group_vars/all.yml +++ b/inventory/sample/group_vars/all.yml @@ -10,8 +10,8 @@ system_timezone: "Your/Timezone" # interface which will be used for flannel flannel_iface: "eth0" -# interface which will be used for kube-vip -kube_vip_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"