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
076f254a
Commit
076f254a
authored
5 years ago
by
Junho Suh
Committed by
Kubernetes Prow Robot
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Add cilium_tunnel_mode variable to the cilium config (#5295)
parent
bc3a8a00
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/cilium/defaults/main.yml
+2
-0
2 additions, 0 deletions
roles/network_plugin/cilium/defaults/main.yml
roles/network_plugin/cilium/templates/cilium-config.yml.j2
+1
-1
1 addition, 1 deletion
roles/network_plugin/cilium/templates/cilium-config.yml.j2
with
3 additions
and
1 deletion
roles/network_plugin/cilium/defaults/main.yml
+
2
−
0
View file @
076f254a
...
...
@@ -17,6 +17,8 @@ cilium_cpu_limit: 500m
cilium_memory_requests
:
64M
cilium_cpu_requests
:
100m
# Overlay Network Mode
cilium_tunnel_mode
:
vxlan
# Optional features
cilium_enable_prometheus
:
false
# Enable if you want to make use of hostPort mappings
...
...
This diff is collapsed.
Click to expand it.
roles/network_plugin/cilium/templates/cilium-config.yml.j2
+
1
−
1
View file @
076f254a
...
...
@@ -104,7 +104,7 @@ data:
# - disabled
# - vxlan (default)
# - geneve
tunnel: "
vxlan
"
tunnel: "
{{ cilium_tunnel_mode }}
"
# Name of the cluster. Only relevant when building a mesh of clusters.
cluster-name: default
...
...
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