Skip to content

Commit

Permalink
check containerd logs
Browse files Browse the repository at this point in the history
Signed-off-by: Rajat Jindal <[email protected]>
  • Loading branch information
rajatjindal committed Mar 23, 2024
1 parent 624ea5b commit c471bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/workloads-delete.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ echo "node is $NODE"
CID=`docker ps | grep "$NODE" | awk '{print $1}'`
echo "cid is $CID"

docker exec -it $CID tail -f /var/lib/rancher/k3s/agent/containerd/containerd.log
docker exec -it $CID cat /var/lib/rancher/k3s/agent/containerd/containerd.log

0 comments on commit c471bc1

Please sign in to comment.