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
On installation of latest version of aws-load-balancer-controller from https://github.com/aws/eks-charts/tree/master/stable/aws-load-balancer-controller on AWS EKS 1.24, the load balancer is not getting provisioned in AWS console.
Steps to reproduce
Deploy a AWS EKS cluster of version 1.24.
Install aws-load-balancer controller on EKS cluster using below command: helm upgrade --install aws-load-balancer-controller ~/eks_charts/stable/aws-load-balancer-controller --set clusterName={cluster-name} -n kube-system --debug
Expected outcome
Previously we were using AWS EKS 1.21 with aws-load-balancer-controller v2.1.3. During installation of controller, the AWS Application Load Balancer got provisioned in the same region where EKS was deployed. But during installion of conroller(v2.4.5) in EKS 1.24, it is not provisioning the load balancer.
Attaching the difference in logs while installing controller in previous environment(EKS 1.21 with 2.1.3 controller) vs new environment(EKS 1.24 with 2.4.5 controller)
Describe the bug
On installation of latest version of aws-load-balancer-controller from
https://github.com/aws/eks-charts/tree/master/stable/aws-load-balancer-controller
on AWS EKS 1.24, the load balancer is not getting provisioned in AWS console.Steps to reproduce
helm upgrade --install aws-load-balancer-controller ~/eks_charts/stable/aws-load-balancer-controller --set clusterName={cluster-name} -n kube-system --debug
Expected outcome
Previously we were using AWS EKS 1.21 with aws-load-balancer-controller v2.1.3. During installation of controller, the AWS Application Load Balancer got provisioned in the same region where EKS was deployed. But during installion of conroller(v2.4.5) in EKS 1.24, it is not provisioning the load balancer.
Environment
AWS EKS
Additional Context:
Attaching the difference in logs while installing controller in previous environment(EKS 1.21 with 2.1.3 controller) vs new environment(EKS 1.24 with 2.4.5 controller)
Please help us resolve this issue.
Logs.pdf
The text was updated successfully, but these errors were encountered: