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 2ee8167 commit 527c5b5Copy full SHA for 527c5b5
.github/workflows/e2etests.yml
@@ -171,6 +171,7 @@ jobs:
171
if [ "$SECONDS" -eq 30 ]; then
172
kubectl delete pod -n meshery $podname
173
podname=$(kubectl get pods -n meshery | grep meshsync | tr -s ' ' | cut -d " " -f 1)
174
+ kubectl wait --for=condition=Ready pod --all --all-namespaces --timeout=300s
175
fi
176
done
177
# Check if the loop completed its iterations without finding a match
0 commit comments