You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let me preface this by saying, this is not a normal procedure. However, I have confirmed my LB, TG, Listeners, SG, etc.. was preserved by doing these steps:
Enable deletion protection on the ingress: alb.ingress.kubernetes.io/load-balancer-attributes: deletion_protection.enabled=true
Remove the LBC finalizer ingress.k8s.aws/resources
Delete the ingress, observe that AWS resources are retained while the Ingress is gone.
I didn't test with an Ingress Group, but I suspect that it might not work. Let me know if you're using an Ingress Group, and I can test that out :).
I have an EKS cluster with an ALB attached to an ingress. I've enabled deletion protection on the ALB via annotation.
However, when I delete the ingress, the ALB is also deleted. Is there a way to prevent the ALB from being deleted by EKS?
My ALB is redirecting traffic to a new endpoint, and I want to destroy the EKS cluster without destroying the ALB.
The text was updated successfully, but these errors were encountered: