calico: enable ipv6 detection, disable IPv4, add router-id calculation
This commit is contained in:
parent
48d1e42b37
commit
cecb639ba5
1 changed files with 5 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue