cluster

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

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

oops

Diffstat:
Minfrastructure/configs/calico.yaml | 52+++++++++++++++++++++++++++-------------------------
1 file changed, 27 insertions(+), 25 deletions(-)

diff --git a/infrastructure/configs/calico.yaml b/infrastructure/configs/calico.yaml @@ -1,28 +1,30 @@ -# --- -# apiVersion: operator.tigera.io/v1 -# kind: Installation -# metadata: -# name: default -# spec: -# typhaMetricsPort: 9093 -# # Configures Calico networking. -# calicoNetwork: -# nodeAddressAutodetectionV4: -# kubernetes: NodeInternalIP -# nodeAddressAutodetectionV6: -# kubernetes: NodeInternalIP -# # Note: The ipPools section cannot be modified post-install. -# ipPools: -# - blockSize: 24 -# cidr: 10.244.0.0/16 -# encapsulation: VXLANCrossSubnet -# natOutgoing: Enabled -# nodeSelector: all() -# - blockSize: 116 -# cidr: fc00:0::/96 -# encapsulation: VXLANCrossSubnet -# natOutgoing: Enabled -# nodeSelector: all() +--- +apiVersion: operator.tigera.io/v1 +kind: Installation +metadata: + name: default +spec: + typhaMetricsPort: 9093 + # Configures Calico networking. + calicoNetwork: + nodeAddressAutodetectionV4: + kubernetes: NodeInternalIP + nodeAddressAutodetectionV6: + kubernetes: NodeInternalIP + # Note: The ipPools section cannot be modified post-install. + ipPools: + - blockSize: 24 + cidr: 10.244.0.0/16 + #encapsulation: VXLANCrossSubnet + encapsulation: IPIP + natOutgoing: Enabled + nodeSelector: all() + - blockSize: 116 + cidr: fc00:0::/96 + #encapsulation: VXLANCrossSubnet + encapsulation: None + natOutgoing: Enabled + nodeSelector: all() --- apiVersion: crd.projectcalico.org/v1 kind: IPPool