From 4be29d786ea0c4c48260799bb1e34a22b00a817a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BB=B4=E5=9F=BA=E9=B1=BC?= Date: Mon, 9 Jun 2025 14:57:55 +0800 Subject: [PATCH] =?UTF-8?q?opt:=20=E5=A2=9E=E5=8A=A0KubeRay=E6=A3=80?= =?UTF-8?q?=E6=9F=A5=E9=87=8D=E8=AF=95=E6=AC=A1=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/kuberay/workspace/install.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/kuberay/workspace/install.yml b/plugins/kuberay/workspace/install.yml index c0c9637..e3bf2fc 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: > ( -- Gitee