@ -48,7 +48,7 @@ data:
|
|||||||
# Typha is disabled.
|
# Typha is disabled.
|
||||||
typha_service_name: "none"
|
typha_service_name: "none"
|
||||||
# Configure the backend to use.
|
# Configure the backend to use.
|
||||||
calico_backend: "bird"
|
calico_backend: "vxlan"
|
||||||
|
|
||||||
# Configure the MTU to use for workload interfaces and tunnels.
|
# Configure the MTU to use for workload interfaces and tunnels.
|
||||||
# By default, MTU is auto-detected, and explicitly setting this field should not be required.
|
# By default, MTU is auto-detected, and explicitly setting this field should not be required.
|
||||||
@ -4777,10 +4777,10 @@ spec:
|
|||||||
value: "Always"
|
value: "Always"
|
||||||
# Enable or Disable VXLAN on the default IP pool.
|
# Enable or Disable VXLAN on the default IP pool.
|
||||||
- name: CALICO_IPV4POOL_VXLAN
|
- name: CALICO_IPV4POOL_VXLAN
|
||||||
value: "Never"
|
value: "Always"
|
||||||
# Enable or Disable VXLAN on the default IPv6 IP pool.
|
# Enable or Disable VXLAN on the default IPv6 IP pool.
|
||||||
- name: CALICO_IPV6POOL_VXLAN
|
- name: CALICO_IPV6POOL_VXLAN
|
||||||
value: "Never"
|
value: "Always"
|
||||||
# Set MTU for tunnel device used if ipip is enabled
|
# Set MTU for tunnel device used if ipip is enabled
|
||||||
- name: FELIX_IPINIPMTU
|
- name: FELIX_IPINIPMTU
|
||||||
valueFrom:
|
valueFrom:
|
||||||
@ -4833,7 +4833,7 @@ spec:
|
|||||||
command:
|
command:
|
||||||
- /bin/calico-node
|
- /bin/calico-node
|
||||||
- -felix-live
|
- -felix-live
|
||||||
- -bird-live
|
#- -bird-live
|
||||||
periodSeconds: 10
|
periodSeconds: 10
|
||||||
initialDelaySeconds: 10
|
initialDelaySeconds: 10
|
||||||
failureThreshold: 6
|
failureThreshold: 6
|
||||||
@ -4843,7 +4843,7 @@ spec:
|
|||||||
command:
|
command:
|
||||||
- /bin/calico-node
|
- /bin/calico-node
|
||||||
- -felix-ready
|
- -felix-ready
|
||||||
- -bird-ready
|
#- -bird-ready
|
||||||
periodSeconds: 10
|
periodSeconds: 10
|
||||||
timeoutSeconds: 10
|
timeoutSeconds: 10
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
|||||||
Reference in New Issue
Block a user