Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishad-M-I-M committed May 18, 2024
1 parent 52bf1d2 commit fb2637a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions start-k8s.sh
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,9 @@ cur_timestamp="$(date +%s)"
end_timestamp="$((cur_timestamp + TIMEOUT_SECONDS))"
while true; do
if [ "$(date +%s)" -gt "$end_timestamp" ]; then
for pod in $(kubectl get pods -l application=jasminegraph ); do
kubectl describe pod "$pod"
done
echo "Pods are not running"
exit 1
fi
Expand Down

0 comments on commit fb2637a

Please sign in to comment.