From c00d7a00835f9e2fa42b7afcb2b25fd69243a89c Mon Sep 17 00:00:00 2001 From: Matt Pryor Date: Wed, 24 Aug 2022 14:25:03 +0100 Subject: [PATCH] Use kubernetes internal IP for Calico address detection --- charts/cluster-addons/values.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/charts/cluster-addons/values.yaml b/charts/cluster-addons/values.yaml index 0f28bc3..9de55e8 100644 --- a/charts/cluster-addons/values.yaml +++ b/charts/cluster-addons/values.yaml @@ -88,7 +88,7 @@ cni: chart: repo: https://projectcalico.docs.tigera.io/charts name: tigera-operator - version: v3.23.0 + version: v3.23.3 release: namespace: tigera-operator # See https://projectcalico.docs.tigera.io/getting-started/kubernetes/helm @@ -102,6 +102,9 @@ cni: calicoNetwork: # By default, disable BGP bgp: Disabled + # Use the interface that holds the Kubernetes internal IP + nodeAddressAutodetectionV4: + kubernetes: NodeInternalIP # Use a single IP pool with VXLAN # The special variable __KUBEADM_POD_CIDR__ is replaced with the pod CIDR from the # kubeadm configmap, if kubeadm is in use