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
I had an ingress that did not have any alb.ingress.kubernetes.io/group.name annotation.
I add the alb.ingress.kubernetes.io/group.name annotation to the Ingress.
A new ALB is created.
The old ALB is not deleted.
I though the
If an IngressGroup no longer contains any Ingresses, the ALB for that IngressGroup will be deleted and any deletion protection of that ALB will be ignored.
meant that the "implicit IngressGroup" that existed before will be deleted now that it's empy.
Steps to reproduce
Expected outcome
The old ALB should be deleted.
Environment
AWS Load Balancer controller version: 2.7.1
Kubernetes version: 1.29
Using EKS (yes/no), if so version? eks 1.29
Additional Context:
The text was updated successfully, but these errors were encountered:
Describe the bug
aws-load-balancer-controller 2.7.1
I had an ingress that did not have any
alb.ingress.kubernetes.io/group.name
annotation.I add the
alb.ingress.kubernetes.io/group.name
annotation to the Ingress.A new ALB is created.
The old ALB is not deleted.
I though the
meant that the "implicit IngressGroup" that existed before will be deleted now that it's empy.
Steps to reproduce
Expected outcome
The old ALB should be deleted.
Environment
Additional Context:
The text was updated successfully, but these errors were encountered: