Make Calico Felix log level configurable (#3781)

This commit is contained in:
Joost Cassee
2018-11-28 09:55:01 +01:00
committed by k8s-ci-robot
parent d30dbdde23
commit f2635776cd
2 changed files with 4 additions and 1 deletions

View File

@@ -88,7 +88,7 @@ spec:
value: "false"
# Set Felix logging to "info"
- name: FELIX_LOGSEVERITYSCREEN
value: "info"
value: "{{ calico_loglevel }}"
# Set MTU for tunnel device used if ipip is enabled
{% if calico_mtu is defined %}
- name: FELIX_IPINIPMTU