Skip to content

Commit

Permalink
nydus: add var directory cleanup
Browse files Browse the repository at this point in the history
Fixes: kata-containers#5787

Signed-Off-By: Ryan Savino <[email protected]>
  • Loading branch information
ryansavino committed Oct 20, 2023
1 parent 69dafd0 commit a1b2b7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration/kubernetes/cleanup_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ main () {
sudo systemctl stop "${CRI_RUNTIME}"

sudo kill -9 $(pidof "containerd-nydus-grpc") || true
sudo rm -rf "/var/lib/containerd-nydus" || true
sudo rm -f "/usr/local/bin/nydus-overlayfs"
sudo rm -f "/usr/local/bin/nydus-image"

Expand Down

0 comments on commit a1b2b7a

Please sign in to comment.