We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85820d3 commit f9c3dc6Copy full SHA for f9c3dc6
1 file changed
bindata/network/frr-k8s/frr-k8s.yaml
@@ -254,6 +254,7 @@ spec:
254
- --node-name=$(NODE_NAME)
255
- --namespace=$(NAMESPACE)
256
- --pod-name=$(POD_NAME)
257
+ - $(LOG_LEVEL)
258
- $(POLL_INTERVAL)
259
command:
260
- /etc/frr_status/frr-status
@@ -270,6 +271,12 @@ spec:
270
271
valueFrom:
272
fieldRef:
273
fieldPath: metadata.name
274
+ - name: LOG_LEVEL
275
+ valueFrom:
276
+ configMapKeyRef:
277
+ name: env-overrides
278
+ key: frrk8s-loglevel
279
+ optional: true
280
- name: POLL_INTERVAL
281
282
configMapKeyRef:
0 commit comments