Update Calico CRD

This commit is contained in:
2026-08-23 13:31:03 +03:00
parent 7216e85889
commit fa78dba6a9

View File

@@ -12,6 +12,7 @@ spec:
- allowedUses:
- Workload
- Tunnel
assignmentMode: Automatic
blockSize: 26
cidr: 10.244.0.0/16
disableBGPExport: false
@@ -20,10 +21,15 @@ spec:
name: default-ipv4-ippool
natOutgoing: Disabled
nodeSelector: all()
- blockSize: 122
- allowedUses:
- Workload
- Tunnel
assignmentMode: Automatic
blockSize: 122
cidr: 2001:bb8:4008:21:244::/80
disableBGPExport: false
disableNewAllocations: false
disableNewAllocations: false
name: default-ipv6-ippool
nodeSelector: all()
encapsulation: None
natOutgoing: Disabled
@@ -56,7 +62,8 @@ spec:
ipipMode: Never
nodeSelector: all()
vxlanMode: Never
natOutgoing: false
# natOutgoing is omitted on purpose: false is the default, the apiserver drops
# the field, and declaring it keeps this pool permanently OutOfSync in Argo
---
apiVersion: projectcalico.org/v3
kind: FelixConfiguration