***
Wartungsfenster jeden ersten Mittwoch vormittag im Monat
***
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Datalab Openstack RKE2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
HPC
DataLab
Ansible
Collections
Datalab Openstack RKE2
Commits
417b7af1
Commit
417b7af1
authored
3 years ago
by
Weber, Thomas
Browse files
Options
Downloads
Patches
Plain Diff
fix: hubble ui indentation
parent
3d849916
Branches
Branches containing commit
No related tags found
1 merge request
!1
Restore main as the default branch
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
roles/rke2/defaults/main.yml
+37
-15
37 additions, 15 deletions
roles/rke2/defaults/main.yml
roles/rke2/templates/manifests/config-rke2-cilium.j2
+2
-25
2 additions, 25 deletions
roles/rke2/templates/manifests/config-rke2-cilium.j2
with
39 additions
and
40 deletions
roles/rke2/defaults/main.yml
+
37
−
15
View file @
417b7af1
...
@@ -61,22 +61,44 @@ default_manifests:
...
@@ -61,22 +61,44 @@ default_manifests:
enabled
:
false
enabled
:
false
user
:
"
"
user
:
"
"
password
:
"
"
password
:
"
"
ui
:
cilium
:
#advanced here
enabled
:
"
{{
manifests['config-rke2-cilium'].hubble.enabled
|
default(false)
}}"
bandwidthManager
:
true
ingress
:
debug
:
enabled
:
true
enabled
:
true
hosts
:
preflight
:
-
"
{{
manifests['config-rke2-cilium'].hubble.hostname
|
default('example.org')
}}"
enabled
:
false
tls
:
bpf
:
-
secretName
:
hubble-cilium-tls
clockProbe
:
true
hosts
:
containerRuntime
:
-
"
{{
manifests['config-rke2-cilium'].hubble.hostname
|
default('example.org')
}}"
integration
:
auto
annotations
:
hubble
:
nginx.ingress.kubernetes.io/auth-type
:
basic
metrics
:
cert-manager.io/cluster-issuer
:
"
{{
manifests['deploy-cert-manager'].clusterissuer
|
default('test@example.org')
}}"
enabled
:
nginx.ingress.kubernetes.io/auth-secret
:
hubble-auth-secret
-
dns:query;ignoreAAAA
nginx.ingress.kubernetes.io/auth-secret-type
:
auth-file
-
drop
nginx.ingress.kubernetes.io/auth-realm
:
"
Authentication
Required
-
hubble"
-
tcp
-
flow
-
icmp
-
http
relay
:
enabled
:
true
ui
:
enabled
:
"
{{
manifests['config-rke2-cilium'].hubble.enabled
|
default(false)
}}"
ingress
:
enabled
:
true
hosts
:
-
"
{{
manifests['config-rke2-cilium'].hubble.hostname
|
default('example.org')
}}"
tls
:
-
secretName
:
hubble-cilium-tls
hosts
:
-
"
{{
manifests['config-rke2-cilium'].hubble.hostname
|
default('example.org')
}}"
annotations
:
nginx.ingress.kubernetes.io/auth-type
:
basic
cert-manager.io/cluster-issuer
:
"
{{
manifests['deploy-cert-manager'].clusterissuer
|
default('please-provide-issuer')
}}"
nginx.ingress.kubernetes.io/auth-secret
:
hubble-auth-secret
nginx.ingress.kubernetes.io/auth-secret-type
:
auth-file
nginx.ingress.kubernetes.io/auth-realm
:
"
Hubble
Authentication
Required"
config-nginx-ingress
:
config-nginx-ingress
:
enabled
:
false
enabled
:
false
...
...
This diff is collapsed.
Click to expand it.
roles/rke2/templates/manifests/config-rke2-cilium.j2
+
2
−
25
View file @
417b7af1
...
@@ -21,28 +21,5 @@ metadata:
...
@@ -21,28 +21,5 @@ metadata:
namespace: kube-system
namespace: kube-system
spec:
spec:
valuesContent: |-
valuesContent: |-
cilium:
{% set content = {"cilium": item.value.cilium} %}
bandwidthManager: true
{{ content | to_nice_yaml | indent(4, true) }}
debug:
\ No newline at end of file
enabled: true
preflight:
enabled: false
bpf:
clockProbe: true
containerRuntime:
integration: auto
hubble:
metrics:
enabled:
- dns:query;ignoreAAAA
- drop
- tcp
- flow
- icmp
- http
relay:
enabled: true
{% if item.value.ui.enabled %}
{% set ui = {"ui": item.value.ui} %}
{{ ui | to_nice_yaml(indent=8) }}
{% endif %}
\ No newline at end of file
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