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 <udeodhar@amd.com>
  • Loading branch information
UnmeshDeodhar committed May 3, 2023
1 parent 67cb606 commit b07e30c
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 -f /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 b07e30c

Please sign in to comment.