diff --git a/ha-deploy/index.html b/ha-deploy/index.html index 29fc10ca..9fffe59c 100644 --- a/ha-deploy/index.html +++ b/ha-deploy/index.html @@ -285,6 +285,7 @@
Sample kube-loxilb.yaml can be found here.
"--blacklist=cni[0-9a-z]|veth.|flannel." - mandatory for running in in-cluster mode. As loxilb attaches it's ebpf programs on all the interfaces but since we running it in the default namespace then all the interfaces including CNI interfaces will be exposed and loxilb will attach it's ebpf program in those interfaces which is definitely not desired. So, user needs to mention a regex for excluding all those interfaces. The regex in the given example will exclude the flannel interfaces. "--blacklist=cali.|tunl.|vxlan[.]calico|veth.|cni[0-9a-z]" regex must be used with calico CNI.
Sample loxilb.yaml can be found here.
This diagram describes the failover scenario:
@@ -362,8 +364,9 @@Sample kube-loxilb.yaml can be found here.
"--blacklist=cni[0-9a-z]|veth.|flannel." - mandatory for running in in-cluster mode. As loxilb attaches it's ebpf programs on all the interfaces but since we running it in the default namespace then all the interfaces including CNI interfaces will be exposed and loxilb will attach it's ebpf program in those interfaces which is definitely not desired. So, user needs to mention a regex for excluding all those interfaces. The regex in the given example will exclude the flannel interfaces. "--blacklist=cali.|tunl.|vxlan[.]calico|veth.|cni[0-9a-z]" regex must be used with calico CNI.
Sample loxilb.yaml can be found here.
This diagram describes the failover scenario:
@@ -445,6 +449,7 @@Sample kube-loxilb.yaml can be found here.
"--blacklist=cni[0-9a-z]|veth.|flannel." - mandatory for running in in-cluster mode. As loxilb attaches it's ebpf programs on all the interfaces but since we running it in the default namespace then all the interfaces including CNI interfaces will be exposed and loxilb will attach it's ebpf program in those interfaces which is definitely not desired. So, user needs to mention a regex for excluding all those interfaces. The regex in the given example will exclude the flannel interfaces. "--blacklist=cali.|tunl.|vxlan[.]calico|veth.|cni[0-9a-z]" regex must be used with calico CNI.
Sample loxilb.yaml can be found here.
This diagram describes the failover scenario:
@@ -526,6 +532,7 @@Sample kube-loxilb.yaml can be found here.