mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-20 04:30:10 -03:30
change /etc/ssl/etcd to etcd_config_dir param (#6408)
* change /etc/ssl/etcd to etcd_config_dir param * add use etcd_events_data_dir param
This commit is contained in:
@@ -198,8 +198,8 @@
|
||||
- "{{ ansible_env.HOME | default('/root') }}/.kube"
|
||||
- "{{ ansible_env.HOME | default('/root') }}/.helm"
|
||||
- "{{ etcd_data_dir }}"
|
||||
- /var/lib/etcd-events
|
||||
- /etc/ssl/etcd
|
||||
- "{{ etcd_events_data_dir }}"
|
||||
- "{{ etcd_config_dir }}"
|
||||
- /var/log/calico
|
||||
- /etc/cni
|
||||
- "{{ nginx_config_dir }}"
|
||||
|
||||
Reference in New Issue
Block a user