From 17640bcaa902d8dc46849aa09046f211999fa5ea Mon Sep 17 00:00:00 2001 From: "hang.jiang" Date: Fri, 28 Oct 2022 17:31:52 +0800 Subject: [PATCH] cluster info with more retry time Signed-off-by: hang.jiang --- playbooks/cluster-info.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/cluster-info.yml b/playbooks/cluster-info.yml index 7e128879c..071d82d76 100644 --- a/playbooks/cluster-info.yml +++ b/playbooks/cluster-info.yml @@ -10,7 +10,7 @@ kubectl -n kube-system get pod kubectl get --raw='/readyz?verbose' register: clusterinfo - retries: 3 - delay: 10 + retries: 5 + delay: 30 until: clusterinfo.rc == 0 - debug: var=clusterinfo.stdout_lines