Skip to content

Commit 527c5b5

Browse files
wait for pods to be ready
Signed-off-by: Daniel Kiptoon <[email protected]>
1 parent 2ee8167 commit 527c5b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/e2etests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ jobs:
171171
if [ "$SECONDS" -eq 30 ]; then
172172
kubectl delete pod -n meshery $podname
173173
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
174175
fi
175176
done
176177
# Check if the loop completed its iterations without finding a match

0 commit comments

Comments
 (0)