Skip to content
Snippets Groups Projects
Unverified Commit 70bb19dd authored by ERIK's avatar ERIK Committed by GitHub
Browse files

fix copy etcdctl retries (#10634)


Signed-off-by: default avatarbo.jiang <bo.jiang@daocloud.io>
parent 94d3f65f
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
- etcdutl - etcdutl
register: etcdxtl_install_result register: etcdxtl_install_result
until: etcdxtl_install_result.rc == 0 until: etcdxtl_install_result.rc == 0
retries: "{{ etcd_retries }}" retries: 4
delay: "{{ retry_stagger | random + 3 }}" delay: "{{ retry_stagger | random + 3 }}"
changed_when: false changed_when: false
when: container_manager == "docker" when: container_manager == "docker"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment