mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 22:04:43 +03:00
Merge pull request #637 from bogdando/wait_pods
Increase wait for pods post-install test
This commit is contained in:
@@ -19,5 +19,5 @@
|
|||||||
shell: "{{bin_dir}}/kubectl get pods --no-headers -o json"
|
shell: "{{bin_dir}}/kubectl get pods --no-headers -o json"
|
||||||
register: run_pods_log
|
register: run_pods_log
|
||||||
until: [ '(run_pods_log.stdout | from_json)["items"] | map(attribute = "status.phase") | join(",") == "Running,Running"' ]
|
until: [ '(run_pods_log.stdout | from_json)["items"] | map(attribute = "status.phase") | join(",") == "Running,Running"' ]
|
||||||
retries: 24
|
retries: 18
|
||||||
delay: 5
|
delay: 10
|
||||||
|
|||||||
Reference in New Issue
Block a user