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 <rajatjindal83@gmail.com>
  • Loading branch information
rajatjindal committed Mar 25, 2024
1 parent d507f9d commit c15a845
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/pod-status-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ for status in $pod_statuses; do
fi
done

sleep 30

if $all_running; then
echo "All pods are running fine."
else
Expand Down
2 changes: 2 additions & 0 deletions scripts/workloads.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ kubectl apply -f tests/workloads
# wait for all the pods to be ready
kubectl wait --for=condition=ready --timeout=50s pod --all

sleep 30

# get and describe all the pods
echo ">>> Pods:"
kubectl get pods -o wide
Expand Down

0 comments on commit c15a845

Please sign in to comment.