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

@@ -43,6 +43,9 @@ calico_upgrade_url: "https://github.com/projectcalico/calico-upgrade/releases/do
# Set the agent log level. Can be debug, warning, info or fatal
calico_loglevel: info
# Enable or disable usage report to 'usage.projectcalico.org'
calico_usage_reporting: false
# Should calico ignore kernel's RPF check setting,
# see https://github.com/projectcalico/felix/blob/ab8799eaea66627e5db7717e62fca61fd9c08646/python/calico/felix/config.py#L198
calico_node_ignorelooserpf: false
@@ -84,9 +87,7 @@ typha_replicas: 1
# Set max typha connections
typha_max_connections_lower_limit: 300
# Generate certifcates for typha<->calico-node communication
typha_secure: false
calico_feature_control: {}