Skip to content

Commit

Permalink
add top command to get a feel of resources available
Browse files Browse the repository at this point in the history
Signed-off-by: Rajat Jindal <[email protected]>
  • Loading branch information
rajatjindal committed Mar 25, 2024
1 parent c205d96 commit d507f9d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/pod-status-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ for status in $pod_statuses; do
fi
done

sleep 30

if $all_running; then
echo "All pods are running fine."
else
Expand Down

0 comments on commit d507f9d

Please sign in to comment.