Update Calico CRD
This commit is contained in:
@@ -12,6 +12,7 @@ spec:
|
|||||||
- allowedUses:
|
- allowedUses:
|
||||||
- Workload
|
- Workload
|
||||||
- Tunnel
|
- Tunnel
|
||||||
|
assignmentMode: Automatic
|
||||||
blockSize: 26
|
blockSize: 26
|
||||||
cidr: 10.244.0.0/16
|
cidr: 10.244.0.0/16
|
||||||
disableBGPExport: false
|
disableBGPExport: false
|
||||||
@@ -20,10 +21,15 @@ spec:
|
|||||||
name: default-ipv4-ippool
|
name: default-ipv4-ippool
|
||||||
natOutgoing: Disabled
|
natOutgoing: Disabled
|
||||||
nodeSelector: all()
|
nodeSelector: all()
|
||||||
- blockSize: 122
|
- allowedUses:
|
||||||
|
- Workload
|
||||||
|
- Tunnel
|
||||||
|
assignmentMode: Automatic
|
||||||
|
blockSize: 122
|
||||||
cidr: 2001:bb8:4008:21:244::/80
|
cidr: 2001:bb8:4008:21:244::/80
|
||||||
disableBGPExport: false
|
disableBGPExport: false
|
||||||
disableNewAllocations: false
|
disableNewAllocations: false
|
||||||
|
name: default-ipv6-ippool
|
||||||
nodeSelector: all()
|
nodeSelector: all()
|
||||||
encapsulation: None
|
encapsulation: None
|
||||||
natOutgoing: Disabled
|
natOutgoing: Disabled
|
||||||
@@ -56,7 +62,8 @@ spec:
|
|||||||
ipipMode: Never
|
ipipMode: Never
|
||||||
nodeSelector: all()
|
nodeSelector: all()
|
||||||
vxlanMode: Never
|
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
|
apiVersion: projectcalico.org/v3
|
||||||
kind: FelixConfiguration
|
kind: FelixConfiguration
|
||||||
|
|||||||
Reference in New Issue
Block a user