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

@@ -8,7 +8,9 @@ kube_script_dir: "{{ bin_dir }}/kubernetes-scripts"
kube_manifest_dir: "{{ kube_config_dir }}/manifests"
# This is where all the cert scripts and certs will be located
kube_cert_dir: "{{ kube_config_dir }}/ssl"
# For old version of k8s next line should be used instead
# kube_cert_dir: "{{ kube_config_dir }}/ssl"
kube_cert_dir: "{{ kube_config_dir }}/pki"
# This is where all of the bearer tokens will be stored
kube_token_dir: "{{ kube_config_dir }}/tokens"