Add option to enable usage reports to calico servers (#6030)

This commit is contained in:
Florian Ruynat
2020-04-27 09:03:30 +02:00
committed by GitHub
parent 52edd4c9bc
commit 1ee3ff738e
2 changed files with 6 additions and 2 deletions

View File

@@ -223,6 +223,9 @@ spec:
# Set Felix logging to "info"
- name: FELIX_LOGSEVERITYSCREEN
value: "{{ calico_loglevel }}"
# Enable or disable usage report
- name: FELIX_USAGEREPORTINGENABLED
value: "{{ calico_usage_reporting }}"
# Set MTU for tunnel device used if ipip is enabled
{% if calico_mtu is defined %}
- name: FELIX_IPINIPMTU