Browse Source

Merge pull request #422 from kubespray/issue-421

remove host ca-certs, as they aren't necessary
pull/420/head
Smaine Kahlouch 8 years ago
committed by GitHub
parent
commit
92c4428cfd
1 changed files with 0 additions and 6 deletions
  1. 6
      roles/kubernetes/master/templates/manifests/kube-controller-manager.manifest.j2

6
roles/kubernetes/master/templates/manifests/kube-controller-manager.manifest.j2

@ -32,9 +32,6 @@ spec:
- mountPath: {{ kube_cert_dir }}
name: ssl-certs-kubernetes
readOnly: true
- mountPath: /etc/ssl/certs
name: ssl-certs-host
readOnly: true
{% if cloud_provider is defined and cloud_provider == "openstack" %}
- mountPath: {{ kube_config_dir }}/cloud_config
name: cloudconfig
@ -44,9 +41,6 @@ spec:
- hostPath:
path: {{ kube_cert_dir }}
name: ssl-certs-kubernetes
- hostPath:
path: /etc/ssl/certs/
name: ssl-certs-host
{% if cloud_provider is defined and cloud_provider == "openstack" %}
- hostPath:
path: {{ kube_config_dir }}/cloud_config

Loading…
Cancel
Save