Skip to content

Commit f9c3dc6

Browse files
committed
frr-k8s: pass log-level to status binary
We missed this binary when introducing the configmap Signed-off-by: Ori Braunshtein <obraunsh@redhat.com> Changes to be committed:
1 parent 85820d3 commit f9c3dc6

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

bindata/network/frr-k8s/frr-k8s.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ spec:
254254
- --node-name=$(NODE_NAME)
255255
- --namespace=$(NAMESPACE)
256256
- --pod-name=$(POD_NAME)
257+
- $(LOG_LEVEL)
257258
- $(POLL_INTERVAL)
258259
command:
259260
- /etc/frr_status/frr-status
@@ -270,6 +271,12 @@ spec:
270271
valueFrom:
271272
fieldRef:
272273
fieldPath: metadata.name
274+
- name: LOG_LEVEL
275+
valueFrom:
276+
configMapKeyRef:
277+
name: env-overrides
278+
key: frrk8s-loglevel
279+
optional: true
273280
- name: POLL_INTERVAL
274281
valueFrom:
275282
configMapKeyRef:

0 commit comments

Comments
 (0)