From 998bf9428ae135c848a65773deb570a2113ced26 Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Mon, 26 Aug 2024 15:09:52 +1000 Subject: [PATCH] update metallb ip pools --- .../metallb-conf/env/k3s-cluster/cluster-ip.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/infrastructures/metallb-conf/env/k3s-cluster/cluster-ip.yaml b/infrastructures/metallb-conf/env/k3s-cluster/cluster-ip.yaml index 578726c..f598015 100644 --- a/infrastructures/metallb-conf/env/k3s-cluster/cluster-ip.yaml +++ b/infrastructures/metallb-conf/env/k3s-cluster/cluster-ip.yaml @@ -5,8 +5,4 @@ metadata: namespace: metallb-system spec: addresses: - - 192.168.10.100/32 - - 192.168.10.101/32 - - 192.168.10.102/32 - - 192.168.10.103/32 - - 192.168.10.120/32 \ No newline at end of file + - 192.168.10.200-192.168.10.249 \ No newline at end of file