diff --git a/plugins/kuberay/workspace/install.yml b/plugins/kuberay/workspace/install.yml index c0c963744a7073b369d47b30dee55730b2e9b808..e3bf2fc884cb3c7a8ae22be0abdc86d251c6c10c 100644 --- a/plugins/kuberay/workspace/install.yml +++ b/plugins/kuberay/workspace/install.yml @@ -106,7 +106,7 @@ --selector=ray.io/node-type=head \ -o jsonpath='{.items[0].status.phase}' register: head_pod_status - retries: 10 + retries: 20 delay: 6 until: head_pod_status.stdout == "Running" @@ -123,7 +123,7 @@ --selector=ray.io/node-type=worker \ -o json register: worker_pods_status - retries: 15 + retries: 30 delay: 6 until: > (