Skip to content

Commit

Permalink
fix copy etcdctl retries (kubernetes-sigs#10634)
Browse files Browse the repository at this point in the history
Signed-off-by: bo.jiang <[email protected]>
  • Loading branch information
ErikJiang authored and pedromcpedro committed May 8, 2024
1 parent e6680f3 commit 61d22d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/etcdctl_etcdutl/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
- etcdutl
register: etcdxtl_install_result
until: etcdxtl_install_result.rc == 0
retries: "{{ etcd_retries }}"
retries: 4
delay: "{{ retry_stagger | random + 3 }}"
changed_when: false
when: container_manager == "docker"
Expand Down

0 comments on commit 61d22d2

Please sign in to comment.