commit f3726499f8632196e53678eaaafe96d8112d0a09
parent 0965409e8f0f279e5719dc281bc760b6b2cb60a2
Author: MTRNord <mtrnord1@gmail.com>
Date: Thu, 20 Jul 2023 23:29:51 +0200
oops
Diffstat:
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/infrastructure/configs/calico.yaml b/infrastructure/configs/calico.yaml
@@ -15,8 +15,7 @@ spec:
ipPools:
- blockSize: 24
cidr: 10.244.0.0/16
- #encapsulation: VXLANCrossSubnet
- encapsulation: VXLAN
+ encapsulation: VXLANCrossSubnet
natOutgoing: Enabled
nodeSelector: all()
- blockSize: 116
@@ -44,8 +43,7 @@ spec:
#ipipMode: Always
natOutgoing: true
nodeSelector: all()
- vxlanMode: Always
- #vxlanMode: Never
+ vxlanMode: CrossSubnet
---
apiVersion: crd.projectcalico.org/v1
kind: IPPool
@@ -64,7 +62,7 @@ spec:
ipipMode: Never
natOutgoing: true
nodeSelector: all()
- #vxlanMode: Always
+ #vxlanMode: CrossSubnet
vxlanMode: Never
---
# This section configures the Calico API server.