From 2e136ee08838d16e7695da469bb55e796c7089b1 Mon Sep 17 00:00:00 2001 From: Jon Date: Thu, 1 Feb 2024 19:12:21 +0930 Subject: [PATCH] feat(calico): use vxlan instead of ipip as serviceLB is not used and vxlan faster. this switch is required. !17 --- templates/calico.yaml.j2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/calico.yaml.j2 b/templates/calico.yaml.j2 index 731b8af..85cae09 100644 --- a/templates/calico.yaml.j2 +++ b/templates/calico.yaml.j2 @@ -4781,13 +4781,13 @@ spec: value: "autodetect" # Enable IPIP - name: CALICO_IPV4POOL_IPIP - value: "Always" + value: "Never" # Enable or Disable VXLAN on the default IP pool. - name: CALICO_IPV4POOL_VXLAN - value: "Never" + value: "Always" # Enable or Disable VXLAN on the default IPv6 IP pool. - name: CALICO_IPV6POOL_VXLAN - value: "Never" + value: "Always" # Set MTU for tunnel device used if ipip is enabled - name: FELIX_IPINIPMTU valueFrom: