Skip to content
Snippets Groups Projects
Commit 0a3cf1a0 authored by Qasim Sarfraz's avatar Qasim Sarfraz Committed by Kubernetes Prow Robot
Browse files

Fix CA cert environment variable for ectd v3 (#4381)

parent 3511b55c
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@
ETCDCTL_API: 3
ETCDCTL_CERT: "{{ etcd_cert_dir }}/admin-{{ inventory_hostname }}.pem"
ETCDCTL_KEY: "{{ etcd_cert_dir }}/admin-{{ inventory_hostname }}-key.pem"
ETCDCTL_CA_FILE: "{{ etcd_cert_dir }}/ca.pem"
ETCDCTL_CACERT: "{{ etcd_cert_dir }}/ca.pem"
retries: 3
register: etcd_backup_v3_command
until: etcd_backup_v3_command.rc == 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment