Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
kaushal-cloudwick opened this issue Jan 11, 2023 · 1 comment · May be fixed by #1172
Open

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

kaushal-cloudwick opened this issue Jan 11, 2023 · 1 comment · May be fixed by #1172
Labels
bug Something isn't working

Comments

@kaushal-cloudwick
Copy link

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

  • Chart name: eks-charts
  • Chart version: 1.4.6
  • Kubernetes version: v1.24.7-eks-fb459a0 (Client Version)
  • Kustomize Version: v4.5.4
  • Using EKS (yes/no), if so version? yes(1.24)

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

@kaushal-cloudwick kaushal-cloudwick added the bug Something isn't working label Jan 11, 2023
@kishorj
Copy link
Contributor

kishorj commented Jan 13, 2023

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
2 participants