Browse Source

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

master
Nico Schottelius 2 years ago
parent
commit
cecb639ba5
  1. 8
      v3-calico/calico.yaml

8
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

Loading…
Cancel
Save