Skip to content
Snippets Groups Projects
Commit 8cbdf73e authored by teuto.net Netzdienste GmbH's avatar teuto.net Netzdienste GmbH
Browse files

Changed path to hosts ssl certs from /usr/share/ca-certificates to...

Changed path to hosts ssl certs from /usr/share/ca-certificates to /etc/ssl/certs/ which fixes https problems in kube-controller-manager and kube-apiserver (#189) caused by the lack of certificates on debian and redhat based systems.
parent 624a964c
No related branches found
No related tags found
No related merge requests found
......@@ -48,5 +48,5 @@ spec:
path: {{ kube_config_dir }}
name: kubernetes-config
- hostPath:
path: /usr/share/ca-certificates
path: /etc/ssl/certs/
name: ssl-certs-host
......@@ -44,7 +44,7 @@ spec:
path: {{ kube_cert_dir }}
name: ssl-certs-kubernetes
- hostPath:
path: /usr/share/ca-certificates
path: /etc/ssl/certs/
name: ssl-certs-host
{% if cloud_provider is defined and cloud_provider == "openstack" %}
- hostPath:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment