Skip to content

Commit

Permalink
fix: duplicate ip deletion (#3589)
Browse files Browse the repository at this point in the history
Signed-off-by: bobz965 <zhangbingbing2_yewu@cmss.chinamobile.com>
  • Loading branch information
bobz965 committed Mar 22, 2024
1 parent 9ba5133 commit 3cd21ed
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions dist/images/cleanup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3cd21ed

Please sign in to comment.