add and configure calico ippool

This commit is contained in:
Erki Aas 2024-09-04 23:12:23 +03:00
parent 1f8f288f95
commit a0d5a585e4

View File

@ -12,7 +12,22 @@ spec:
- blockSize: 26
cidr: 10.244.0.0/16
natOutgoing: Disabled
nodeSelector: all()
nodeSelector: all()
---
apiVersion: crd.projectcalico.org/v1
kind: IPPool
metadata:
name: default-ipv4-ippool
spec:
allowedUses:
- Workload
- Tunnel
blockSize: 26
cidr: 10.244.0.0/16
ipipMode: Always
nodeSelector: all()
vxlanMode: Never
natOutgoing: True
---
# This section configures the Calico API server.
# For more information, see: https://projectcalico.docs.tigera.io/master/reference/installation/api#operator.tigera.io/v1.APIServer
@ -51,6 +66,7 @@ spec:
- cidr: 193.40.103.39/32
- cidr: 62.65.250.36/32
- cidr: 62.65.250.37/32
- cidr: 62.65.250.38/32
- cidr: 62.65.250.2/32
- cidr: 193.40.103.25/32
---