From 83bd27e4aef6aae974de647d2f503c12fbb5ba27 Mon Sep 17 00:00:00 2001 From: Ryan Cavicchioni Date: Wed, 5 Feb 2025 20:50:59 -0600 Subject: [PATCH] temporarily remove MetalLB from k8s cluster --- clusters/k8s-cluster/infrastructure.yaml | 27 ------------------------ 1 file changed, 27 deletions(-) diff --git a/clusters/k8s-cluster/infrastructure.yaml b/clusters/k8s-cluster/infrastructure.yaml index ea61ac5..4199d88 100644 --- a/clusters/k8s-cluster/infrastructure.yaml +++ b/clusters/k8s-cluster/infrastructure.yaml @@ -1,37 +1,10 @@ --- apiVersion: kustomize.toolkit.fluxcd.io/v1 kind: Kustomization -metadata: - name: infra-loadbalancer - namespace: flux-system -spec: - interval: 1h - retryInterval: 1m - timeout: 5m - sourceRef: - kind: GitRepository - name: flux-system - path: ./infrastructure/loadbalancer - prune: true - wait: true - patches: - - patch: | - - op: replace - path: /spec/addresses - value: - - 10.100.101.0/28 - target: - kind: IPAddressPool - name: first-pool ---- -apiVersion: kustomize.toolkit.fluxcd.io/v1 -kind: Kustomization metadata: name: infra-controllers namespace: flux-system spec: - dependsOn: - - name: infra-loadbalancer interval: 1h retryInterval: 1m timeout: 5m