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 77bb622 commit 1c7ba65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/workloads-delete.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ docker exec $CID ps -ef

kubectl describe pod -l app=wasm-spin

docker exec $CID ps -ef

## hopefully wait for process to get killed after 30s timeout
sleep 15

docker exec $CID ps -ef
docker exec $CID cat /var/lib/rancher/k3s/agent/containerd/containerd.log

0 comments on commit 1c7ba65

Please sign in to comment.