feat(calico): disable vxlan

!16
This commit is contained in:
2023-12-23 02:52:06 +09:30
parent a54fbe26f3
commit 60f7c2d6b6

View File

@ -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: "vxlan" calico_backend: "bird"
# 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: "Always" value: "Never"
# 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: "Always" value: "Never"
# 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: