metallb: enable speaker debug logs

This commit is contained in:
Brad Stein 2025-12-31 22:00:09 -03:00
parent 8e702f14db
commit 3a473ff482
2 changed files with 15 additions and 0 deletions

View File

@ -7,3 +7,4 @@ resources:
- ippool.yaml - ippool.yaml
patchesStrategicMerge: patchesStrategicMerge:
- patches/node-placement.yaml - patches/node-placement.yaml
- patches/speaker-loglevel.yaml

View File

@ -0,0 +1,14 @@
# infrastructure/metallb/patches/speaker-loglevel.yaml
apiVersion: apps/v1
kind: DaemonSet
metadata:
name: metallb-speaker
namespace: metallb-system
spec:
template:
spec:
containers:
- name: speaker
args:
- --port=7472
- --log-level=debug