Fix #4237: update kube cert path (#4354)

This commit is contained in:
Dmitry Chepurovskiy
2019-03-18 09:55:11 +03:00
committed by Kubernetes Prow Robot
parent 38009a215a
commit ea7a6f1cf1
9 changed files with 15 additions and 11 deletions

View File

@@ -114,7 +114,7 @@ vault_client_headers:
Content-Type: "application/json"
etcd_cert_dir: /etc/ssl/etcd/ssl
kube_cert_dir: /etc/kubernetes/ssl
kube_cert_dir: /etc/kubernetes/pki
vault_pki_mounts:
userpass:

View File

@@ -76,8 +76,8 @@ generated elsewhere, you'll need to copy the certificate and key to the hosts in
* ``/etc/ssl/etcd/ssl/ca.pem``
* ``/etc/ssl/etcd/ssl/ca-key.pem``
* kubernetes:
* ``/etc/kubernetes/ssl/ca.pem``
* ``/etc/kubernetes/ssl/ca-key.pem``
* ``/etc/kubernetes/pki/ca.pem``
* ``/etc/kubernetes/pki/ca-key.pem``
Additional Notes: