Skip to content

Commit

Permalink
integration: cleanup apt files
Browse files Browse the repository at this point in the history
Removing stale apt file for kubernetes.

Fixes: kata-containers#5606

Signed-Off-By: Unmesh Deodhar <[email protected]>
  • Loading branch information
UnmeshDeodhar committed Apr 14, 2023
1 parent 67cb606 commit 47538d2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions integration/kubernetes/cleanup_bare_metal_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ fi
#cleanup stale file under /run
sudo sh -c 'rm -rf /run/flannel'

#cleanup the kubernetes apt list file
sudo rm /etc/apt/sources.list.d/kubernetes.list

# delete containers resource created by runc
cri_runtime="${CRI_RUNTIME:-crio}"
case "${cri_runtime}" in
Expand Down

0 comments on commit 47538d2

Please sign in to comment.