mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-06 18:17:47 +03:00
Make Calico Felix log level configurable (#3781)
This commit is contained in:
committed by
k8s-ci-robot
parent
d30dbdde23
commit
f2635776cd
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user