aws / eks-charts

Amazon EKS Helm chart repository
Apache License 2.0
1.19k stars 958 forks source link

AWS load balancer not getting provisioned on installing controller in AWS EKS #876

Open kaushal-cloudwick opened 1 year ago

kaushal-cloudwick commented 1 year ago

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

  1. Deploy a AWS EKS cluster of version 1.24.
  2. 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.

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

kishorj commented 1 year ago

@kaushal-cloudwick, the logs appear fine. What does the ingress status look like?

Also report the issue in the upstream repo https://github.com/kubernetes-sigs/aws-load-balancer-controller. This eks-charts repo is limited to publishing the charts.