diff --git a/v3-calico/calico.yaml b/v3-calico/calico.yaml index 2015db2..ea0fc09 100644 --- a/v3-calico/calico.yaml +++ b/v3-calico/calico.yaml @@ -3641,7 +3641,11 @@ spec: value: "k8s,bgp" # Auto-detect the BGP IP address. - name: IP + value: "none" + - name: IP6 value: "autodetect" + - name: CALICO_ROUTER_ID + value: "hash" # Enable IPIP - name: CALICO_IPV4POOL_IPIP value: "Always" @@ -3679,7 +3683,7 @@ spec: value: "ACCEPT" # Disable IPv6 on Kubernetes. - name: FELIX_IPV6SUPPORT - value: "false" + value: "true" # Set Felix logging to "info" - name: FELIX_LOGSEVERITYSCREEN value: "info" @@ -3868,5 +3872,3 @@ spec: --- # Source: calico/templates/configure-canal.yaml - -