commit 0965409e8f0f279e5719dc281bc760b6b2cb60a2
parent 50a5a8d1ed89551dfab2fd74941ca5ae2846846e
Author: MTRNord <mtrnord1@gmail.com>
Date: Thu, 20 Jul 2023 23:26:52 +0200
oops
Diffstat:
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/infrastructure/configs/calico.yaml b/infrastructure/configs/calico.yaml
@@ -16,7 +16,7 @@ spec:
- blockSize: 24
cidr: 10.244.0.0/16
#encapsulation: VXLANCrossSubnet
- encapsulation: IPIP
+ encapsulation: VXLAN
natOutgoing: Enabled
nodeSelector: all()
- blockSize: 116
@@ -40,12 +40,12 @@ spec:
- Tunnel
blockSize: 24
cidr: 10.244.0.0/16
- #ipipMode: Never
- ipipMode: Always
+ ipipMode: Never
+ #ipipMode: Always
natOutgoing: true
nodeSelector: all()
- #vxlanMode: Always
- vxlanMode: Never
+ vxlanMode: Always
+ #vxlanMode: Never
---
apiVersion: crd.projectcalico.org/v1
kind: IPPool