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
e6dae03a
Unverified
Commit
e6dae03a
authored
4 years ago
by
Arthur Outhenin-Chalandre
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Add cilium hubble server in config (#6575)
Signed-off-by:
Arthur Outhenin-Chalandre
<
arthur@cri.epita.fr
>
parent
2f2ed116
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
+10
-0
10 additions, 0 deletions
roles/network_plugin/cilium/templates/cilium-config.yml.j2
with
12 additions
and
0 deletions
roles/network_plugin/cilium/defaults/main.yml
+
2
−
0
View file @
e6dae03a
...
@@ -23,6 +23,8 @@ cilium_tunnel_mode: vxlan
...
@@ -23,6 +23,8 @@ cilium_tunnel_mode: vxlan
# Optional features
# Optional features
cilium_enable_prometheus
:
false
cilium_enable_prometheus
:
false
cilium_enable_hubble_metrics
:
false
cilium_enable_hubble_metrics
:
false
cilium_enable_hubble
:
false
cilium_hubble_metrics
:
"
"
# Enable if you want to make use of hostPort mappings
# Enable if you want to make use of hostPort mappings
cilium_enable_portmap
:
false
cilium_enable_portmap
:
false
# Monitor aggregation level (none/low/medium/maximum)
# Monitor aggregation level (none/low/medium/maximum)
...
...
This diff is collapsed.
Click to expand it.
roles/network_plugin/cilium/templates/cilium-config.yml.j2
+
10
−
0
View file @
e6dae03a
...
@@ -145,3 +145,13 @@ data:
...
@@ -145,3 +145,13 @@ data:
native-routing-cidr: "{{ cilium_native_routing_cidr }}"
native-routing-cidr: "{{ cilium_native_routing_cidr }}"
auto-direct-node-routes: "{{ cilium_auto_direct_node_routes }}"
auto-direct-node-routes: "{{ cilium_auto_direct_node_routes }}"
# Hubble settings
{% if cilium_enable_hubble %}
enable-hubble: "true"
hubble-metrics: "{{ cilium_hubble_metrics }}"
hubble-listen-address: ":4244"
{% if cilium_enable_hubble_metrics %}
hubble-metrics-server: ":9091"
{% endif %}
{% endif %}
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