cluster

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

commit 721561f97bd0e488acc6c55eecd7c5a39e89f88b
parent ee8b23d3b1a8d324635bfa87c3a5ea2af4217a8e
Author: MTRNord <mtrnord1@gmail.com>
Date:   Thu,  8 Jun 2023 22:00:28 +0200

Remove control-nodes-2 and 3

Diffstat:
Minfrastructure/controllers/metallb.yaml | 52----------------------------------------------------
1 file changed, 0 insertions(+), 52 deletions(-)

diff --git a/infrastructure/controllers/metallb.yaml b/infrastructure/controllers/metallb.yaml @@ -54,30 +54,6 @@ spec: # This was autogenerated by MetalLB's custom resource generator. --- apiVersion: metallb.io/v1beta1 -kind: IPAddressPool -metadata: - name: control-plane-2 - namespace: metallb-system -spec: - addresses: - - 10.0.0.3/32 # CP-2 - - 65.109.5.159/32 # CP-2 - - 2a01:4f9:c012:550::1/64 # CP-2 - autoAssign: false ---- -apiVersion: metallb.io/v1beta1 -kind: IPAddressPool -metadata: - name: control-plane-3 - namespace: metallb-system -spec: - autoAssign: false - addresses: - - 10.0.0.4/32 # CP-2 - - 37.27.7.20/32 # CP-3 - - 2a01:4f9:c012:3124::1/64 # CP-3 ---- -apiVersion: metallb.io/v1beta1 kind: L2Advertisement metadata: name: l2advertisement1 @@ -90,31 +66,3 @@ spec: nodeSelectors: - matchLabels: kubernetes.io/hostname: "nordgedanken.dev" ---- -apiVersion: metallb.io/v1beta1 -kind: L2Advertisement -metadata: - name: l2advertisement-cp2 - namespace: metallb-system -spec: - ipAddressPools: - - control-plane-2 - interfaces: - - eth0 - nodeSelectors: - - matchLabels: - kubernetes.io/hostname: "control-plane-2" ---- -apiVersion: metallb.io/v1beta1 -kind: L2Advertisement -metadata: - name: l2advertisement-cp3 - namespace: metallb-system -spec: - ipAddressPools: - - control-plane-3 - interfaces: - - eth0 - nodeSelectors: - - matchLabels: - kubernetes.io/hostname: "control-plane-3"