commit 221a7e02382d2ef15529510a777c1f16f8136473 parent b190c2689329a51cdbbdbb66daf58102cbde3394 Author: MTRNord <mtrnord1@gmail.com> Date: Sat, 8 Apr 2023 01:22:38 +0200 Make sure to make the right l2 announcements Diffstat:
| M | infrastructure/controllers/metallb.yaml | | | 6 | ++++-- |
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/infrastructure/controllers/metallb.yaml b/infrastructure/controllers/metallb.yaml @@ -57,5 +57,7 @@ metadata: name: l2advertisement1 namespace: metallb-system spec: - ipAddressPools: - - default + interfaces: + - enp35s0 + nodeSelector: + - kubernetes.io/hostname: "nordgedanken.dev"