Skip to content

Commit e2bbe62

Browse files
committed
fix: add delete for load balancer serviceaccount
1 parent dfcebac commit e2bbe62

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

aws/k8s-aws-alb-script-cleanup.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,5 @@ helm uninstall aws-load-balancer-controller \
3939

4040
echo "Cleanup k8s ALB"
4141
kubectl delete -k "github.com/aws/eks-charts/stable/aws-load-balancer-controller//crds?ref=master"
42+
43+
kubectl delete serviceaccount -n kube-system aws-load-balancer-controller

0 commit comments

Comments
 (0)