From 0bdd5c66c262d9afc0226a8e201170b0b9188ea3 Mon Sep 17 00:00:00 2001 From: Jon Date: Wed, 6 Dec 2023 22:31:59 +0930 Subject: [PATCH] feat(calico): IP AUTO-detection set to kubernetes-internal-ip !14 --- templates/calico.yaml.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/calico.yaml.j2 b/templates/calico.yaml.j2 index 06b2291..1a10dd1 100644 --- a/templates/calico.yaml.j2 +++ b/templates/calico.yaml.j2 @@ -4815,6 +4815,8 @@ spec: value: "false" - name: FELIX_HEALTHENABLED value: "true" + - name: IP_AUTODETECTION_METHOD + value: kubernetes-internal-ip securityContext: privileged: true resources: