calico: enable ipv6 detection, disable IPv4, add router-id calculation

This commit is contained in:
Nico Schottelius 2021-04-07 19:40:06 +02:00
parent 48d1e42b37
commit cecb639ba5
1 changed files with 5 additions and 3 deletions

View File

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