metallb: enable speaker debug logs
This commit is contained in:
parent
8e702f14db
commit
3a473ff482
@ -7,3 +7,4 @@ resources:
|
||||
- ippool.yaml
|
||||
patchesStrategicMerge:
|
||||
- patches/node-placement.yaml
|
||||
- patches/speaker-loglevel.yaml
|
||||
|
||||
14
infrastructure/metallb/patches/speaker-loglevel.yaml
Normal file
14
infrastructure/metallb/patches/speaker-loglevel.yaml
Normal 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
|
||||
Loading…
x
Reference in New Issue
Block a user