We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc25b95 commit 2ab27b6Copy full SHA for 2ab27b6
guidebooks/ml/ray/start/kubernetes/chart/templates/_head-deployment.tpl
@@ -91,7 +91,7 @@ spec:
91
image: bitnami/kubectl
92
command: ["/bin/sh", "-c", "--"]
93
args:
94
- - {{ print "echo 'Waiting for workers'; kubectl wait pod -l " (.Values.podTypes.rayWorkerType.selector) " --for=condition=Ready --timeout=-1s" }}
+ - {{ print "echo 'Waiting for workers'; while true; do kubectl wait pod -l " (.Values.podTypes.rayWorkerType.selector) " --for=condition=Ready --timeout=-1s && break; sleep 1; done" }}
95
{{- end }}
96
97
containers:
0 commit comments