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 999ad1b commit 2e84c5eCopy full SHA for 2e84c5e
operator/images/cluster-setup/content/bin/utils.sh
@@ -39,7 +39,7 @@ check_deployments() {
39
fi
40
41
#a loop to check if the deployment is Available and Ready
42
- if kubectl wait --for=condition=Available=true "deployment/$deploy" -n "$ns" --timeout=100s >/dev/null; then
+ if kubectl wait --for=condition=Available=true "deployment/$deploy" -n "$ns" --timeout=200s >/dev/null; then
43
printf ", Ready\n"
44
else
45
kubectl -n "$ns" describe "deployment/$deploy"
0 commit comments