Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kubespray
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Kubespray
Commits
1ee3ff73
Unverified
Commit
1ee3ff73
authored
5 years ago
by
Florian Ruynat
Committed by
GitHub
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Add option to enable usage reports to calico servers (#6030)
parent
52edd4c9
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
roles/network_plugin/calico/defaults/main.yml
+3
-2
3 additions, 2 deletions
roles/network_plugin/calico/defaults/main.yml
roles/network_plugin/calico/templates/calico-node.yml.j2
+3
-0
3 additions, 0 deletions
roles/network_plugin/calico/templates/calico-node.yml.j2
with
6 additions
and
2 deletions
roles/network_plugin/calico/defaults/main.yml
+
3
−
2
View file @
1ee3ff73
...
...
@@ -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
:
{}
This diff is collapsed.
Click to expand it.
roles/network_plugin/calico/templates/calico-node.yml.j2
+
3
−
0
View file @
1ee3ff73
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment