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
Describe the bug
The AWS Load Balancer Controller unexpectedly recreated an ALB and its associated Target Groups without any manual deployment or configuration changes.
Steps to reproduce
Deploy the AWS Load Balancer Controller in an EKS cluster.
Apply a working Ingress resource to create an ALB.
Observe the ALB creation and normal functionality.
Wait or monitor without making any changes.
Expected outcome
The ALB should remain stable and unchanged unless there are intentional updates to the Ingress or related resources.
Environment
AWS Load Balancer controller version: v2.9.2
Kubernetes version: 1.29.10
Using EKS (yes/no), if so version? yes.
Additional Context:
Logs show that the controller deregistered targets, deleted listener rules, and recreated the ALB. There were no manual changes applied to the Ingress resource or ALB configuration. This issue impacts stability in production environments.
Has anyone experienced this?
The text was updated successfully, but these errors were encountered:
I am having the same issue. This is happening in multiple clusters and accounts. I tracked down one deployment that triggered the recreation and the only manifest difference is the docker image tag used. I tracked the cloudtrail logs and the only difference in the new alb is the security group, which has the same rules as the previous.
The ingress objects have been unchanged for 30+ days. There is no reason from my side this should have been recreated. Some clusters are unaffected with the same deployments happening - dev the alb is recreated, same deployment later test is fine, alb has never been recreated.
Describe the bug
The AWS Load Balancer Controller unexpectedly recreated an ALB and its associated Target Groups without any manual deployment or configuration changes.
Steps to reproduce
Expected outcome
The ALB should remain stable and unchanged unless there are intentional updates to the Ingress or related resources.
Environment
Additional Context:
Logs show that the controller deregistered targets, deleted listener rules, and recreated the ALB. There were no manual changes applied to the Ingress resource or ALB configuration. This issue impacts stability in production environments.
Has anyone experienced this?
The text was updated successfully, but these errors were encountered: