diff --git a/dist/images/cleanup.sh b/dist/images/cleanup.sh index 7fcd8dea0ba..83858c706ea 100644 --- a/dist/images/cleanup.sh +++ b/dist/images/cleanup.sh @@ -18,10 +18,6 @@ for vd in $(kubectl get vpc-dns -o name); do kubectl delete --ignore-not-found $vd done -for ip in $(kubectl get ip -o name); do - kubectl delete --ignore-not-found $ip -done - for vip in $(kubectl get vip -o name); do kubectl delete --ignore-not-found $vip done