mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-09 05:29:28 -02:30
Packet CI: Increasing the time wiating for IP to be assigned (#4584)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
781cc00cc4
commit
50c86919dc
@@ -35,7 +35,7 @@
|
|||||||
loop: "{{ range(0, vm_count|int, 1) | list }}"
|
loop: "{{ range(0, vm_count|int, 1) | list }}"
|
||||||
loop_control:
|
loop_control:
|
||||||
index_var: vm_id
|
index_var: vm_id
|
||||||
retries: 10
|
retries: 20
|
||||||
delay: 15
|
delay: 15
|
||||||
until:
|
until:
|
||||||
- vm_ips.stdout | ipaddr
|
- vm_ips.stdout | ipaddr
|
||||||
|
|||||||
Reference in New Issue
Block a user