*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Commit 1969ac00 authored by entlein's avatar entlein
Browse files

we need to move cloud controller manager into kube-system, else the...

we need to move cloud controller manager into kube-system, else the cis-profile wont allow it to host mount
parent dc1174bd
No related branches found
No related tags found
1 merge request!1Restore main as the default branch
...@@ -73,6 +73,10 @@ tls-san: ...@@ -73,6 +73,10 @@ tls-san:
resolv-conf: "{{ resolv_conf_node }}" resolv-conf: "{{ resolv_conf_node }}"
{% endif %} {% endif %}
{% if secrets_encryption is defined %}
secrets-encryption: "{{ secrets_encryption }}"
{% endif %}
{# Do not use it: {# Do not use it:
{% if node_external_ip is defined %} {% if node_external_ip is defined %}
......
vm.overcommit_memory=1 vm.overcommit_memory=1
kernel.panic=10 kernel.panic=10
kernel.panic_on_oops=1 kernel.panic_on_oops=1
\ No newline at end of file protect-kernel-defaults=true
\ No newline at end of file
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
kind: Namespace kind: Namespace
apiVersion: v1 apiVersion: v1
metadata: metadata:
name: openstack-system name: kube-system
--- ---
...@@ -18,7 +18,7 @@ spec: ...@@ -18,7 +18,7 @@ spec:
chart: openstack-cloud-controller-manager chart: openstack-cloud-controller-manager
version: {{ item.value.version | default("1.3.0") }} version: {{ item.value.version | default("1.3.0") }}
bootstrap: True bootstrap: True
targetNamespace: openstack-system targetNamespace: kube-system
valuesContent: |- valuesContent: |-
cloudConfig: cloudConfig:
global: global:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment