cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

commit d512097288df8052d124ff2d3955fd3ac7c8c31e
parent d2bb83e4ac83a4f2730656293cbeab2fd27d3229
Author: MTRNord <mtrnord1@gmail.com>
Date:   Thu, 20 Jul 2023 23:18:52 +0200

Meow

Diffstat:
Minfrastructure/configs/calico.yaml | 9++++++---
1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/infrastructure/configs/calico.yaml b/infrastructure/configs/calico.yaml @@ -38,10 +38,12 @@ spec: - Tunnel blockSize: 24 cidr: 10.244.0.0/16 - ipipMode: Never + #ipipMode: Never + ipipMode: Always natOutgoing: true nodeSelector: all() - vxlanMode: Always + #vxlanMode: Always + vxlanMode: Never --- apiVersion: crd.projectcalico.org/v1 kind: IPPool @@ -60,7 +62,8 @@ spec: ipipMode: Never natOutgoing: true nodeSelector: all() - vxlanMode: Always + #vxlanMode: Always + vxlanMode: Never --- # 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