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"
# 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