mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-22 19:35:03 -02:30
This reverts commit ea7a6f1cf1.
This change modified the certs dir for Kubernetes, but did not move the directories for existing clusters.
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
e640233947
commit
ec08303f82
@@ -114,7 +114,7 @@ vault_client_headers:
|
||||
Content-Type: "application/json"
|
||||
|
||||
etcd_cert_dir: /etc/ssl/etcd/ssl
|
||||
kube_cert_dir: /etc/kubernetes/pki
|
||||
kube_cert_dir: /etc/kubernetes/ssl
|
||||
|
||||
vault_pki_mounts:
|
||||
userpass:
|
||||
|
||||
@@ -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/pki/ca.pem``
|
||||
* ``/etc/kubernetes/pki/ca-key.pem``
|
||||
* ``/etc/kubernetes/ssl/ca.pem``
|
||||
* ``/etc/kubernetes/ssl/ca-key.pem``
|
||||
|
||||
Additional Notes:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user