From 9cfb04597c0e649d9618b2191752387554b11c69 Mon Sep 17 00:00:00 2001 From: Mr Khachaturov <105451445+mrkhachaturov@users.noreply.github.com> Date: Sun, 9 Jun 2024 14:45:47 +0300 Subject: [PATCH] Update all.yml --- inventory/sample/group_vars/all.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"