mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-28 14:25:09 -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
@@ -71,7 +71,7 @@
|
||||
tags: facts
|
||||
|
||||
- name: kubeadm | Copy etcd cert dir under k8s cert dir
|
||||
command: "cp -TR {{ etcd_cert_dir }} {{ kube_cert_dir }}/etcd"
|
||||
command: "cp -TR {{ etcd_cert_dir }} {{ kube_config_dir }}/ssl/etcd"
|
||||
changed_when: false
|
||||
|
||||
- name: Create audit-policy directory
|
||||
|
||||
Reference in New Issue
Block a user