Use kubernetes internal IP for Calico address detection

This commit is contained in:
Matt Pryor 2022-08-24 14:25:03 +01:00
parent b25441d51c
commit c00d7a0083

View File

@ -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