From 02f89363a88e89d72e433c506bedbdeb2c04bc85 Mon Sep 17 00:00:00 2001 From: Ryan Cavicchioni Date: Fri, 31 Jan 2025 14:05:42 -0600 Subject: [PATCH] use 10.100.101.0/24 for metallb --- clusters/k8s-cluster/infrastructure.yaml | 2 +- clusters/my-cluster/infrastructure.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/clusters/k8s-cluster/infrastructure.yaml b/clusters/k8s-cluster/infrastructure.yaml index 71c9617..ea61ac5 100644 --- a/clusters/k8s-cluster/infrastructure.yaml +++ b/clusters/k8s-cluster/infrastructure.yaml @@ -19,7 +19,7 @@ spec: - op: replace path: /spec/addresses value: - - 10.100.100.220-10.100.100.229 + - 10.100.101.0/28 target: kind: IPAddressPool name: first-pool diff --git a/clusters/my-cluster/infrastructure.yaml b/clusters/my-cluster/infrastructure.yaml index a63e431..9af44ec 100644 --- a/clusters/my-cluster/infrastructure.yaml +++ b/clusters/my-cluster/infrastructure.yaml @@ -19,7 +19,7 @@ spec: - op: replace path: /spec/addresses value: - - 10.100.100.210-10.100.100.219 + - 10.100.101.16/28 target: kind: IPAddressPool name: first-pool