From 8e702f14db894ffd7930a682438cdf8c190d448c Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Wed, 31 Dec 2025 21:45:12 -0300 Subject: [PATCH] metallb: run speaker on all nodes --- .../metallb/patches/node-placement.yaml | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/infrastructure/metallb/patches/node-placement.yaml b/infrastructure/metallb/patches/node-placement.yaml index f520c37..c42ae99 100644 --- a/infrastructure/metallb/patches/node-placement.yaml +++ b/infrastructure/metallb/patches/node-placement.yaml @@ -25,22 +25,3 @@ spec: values: - rpi4 - rpi5 ---- -apiVersion: apps/v1 -kind: DaemonSet -metadata: - name: metallb-speaker - namespace: metallb-system -spec: - template: - spec: - affinity: - nodeAffinity: - requiredDuringSchedulingIgnoredDuringExecution: - nodeSelectorTerms: - - matchExpressions: - - key: hardware - operator: In - values: - - rpi4 - - rpi5