This message was deleted.
# aws
s
This message was deleted.
b
how are you creating the LoadBalancer? are you deploying something like an ingress controller?
n
creating the loadbalancer by installing AWS ALB controller and then creating an ingress of class
alb
b
you'll need to delete that first
before deleting the cluster
n
I am deleting loadbalancer first which does get deleted without any issue. Its the eks node group’s security group which somehow has a dangling network interface that does not get deleted
b
@nice-pharmacist-5320 you need to also delete any ingresses you create, and wait for the finalizer to finish, it's a "design feature" of the aws alb controller
👍 1