Skip to content

Commit b07e30c

Browse files
committed
integration: cleanup apt files
Removing stale apt file for kubernetes. Fixes: kata-containers#5606 Signed-Off-By: Unmesh Deodhar <udeodhar@amd.com>
1 parent 67cb606 commit b07e30c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

integration/kubernetes/cleanup_bare_metal_env.sh

+3
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ fi
3535
#cleanup stale file under /run
3636
sudo sh -c 'rm -rf /run/flannel'
3737

38+
#cleanup the kubernetes apt list file
39+
sudo rm -f /etc/apt/sources.list.d/kubernetes.list
40+
3841
# delete containers resource created by runc
3942
cri_runtime="${CRI_RUNTIME:-crio}"
4043
case "${cri_runtime}" in

0 commit comments

Comments
 (0)