aws-load-balancer-controller icon indicating copy to clipboard operation
aws-load-balancer-controller copied to clipboard

A Kubernetes controller for Elastic Load Balancers

Results 407 aws-load-balancer-controller issues
Sort by recently updated
recently updated
newest added

**Describe the bug** After upgrading version of aws load balancer controller using helm, i keep seeing rest_client_request_latency_seconds histogram metric exposed on the Prometheus metrics endpoint. It includes a `URL` tag...

triage/needs-investigation

**Describe the bug** We recently added a new ingress to our cluster, and it failed to deploy with this error: > Failed deploy model due to TooManyUniqueTargetGroupsPerLoadBalancer: You have reached...

lifecycle/stale
triage/needs-investigation

Remove extra / in crds Without this change, the command results in an error: ``` % kubectl apply -k "github.com/aws/eks-charts/stable/aws-load-balancer-controller//crds?ref=master" error: failed to run '/usr/bin/git fetch --depth=1 https://github.com/aws/eks-charts/stable/aws-load-balancer-controller master': remote:...

needs-ok-to-test
size/XS
cncf-cla: yes

### Issue https://github.com/kubernetes-sigs/aws-load-balancer-controller/issues/1338 ### Description Add initial support for Gateway API In scope: * NLB/TCPRoute Observations for discussion: * Since many of the settings previously configured via annotations can now...

needs-rebase
needs-ok-to-test
size/XXL
do-not-merge/work-in-progress
cncf-cla: yes

Hey All, Asking here hoping someone can at least point me where to start. I'm using `aws-load-balancer-controller` to provision a `NLB service `that is directing traffic at `nginx `inside my...

kind/question
lifecycle/stale

**Describe the bug** https://kubernetes-sigs.github.io/aws-load-balancer-controller/v2.4/guide/service/annotations/ and https://kubernetes-sigs.github.io/aws-load-balancer-controller/v2.4/guide/ingress/annotations/ both list annotations; however, the Service annotations use a deprecated form that includes `.beta.` (`.alpha.` is also deprecated). For both kinds, the annotations are...

lifecycle/stale
needs-triage

Hi Team Based on the below line, https://github.com/kubernetes-sigs/aws-load-balancer-controller/blob/9b4999b63ca90c53fb3dbe3c823b8ca7fa84ba3d/docs/guide/service/annotations.md?plain=1#L431 it mentions that if the service Object has the annotation of `service.beta.kubernetes.io/aws-load-balancer-scheme: internal` , then the source ranges for the LB will...

**Describe the bug** I was trying to expose my services to the internet on a self-managed `kubeadm` cluster running on AWS EC2 in a secure way. The only way to...

**Describe the bug** Version 2.5.0 introduced a mutating webhook to default the ingress class of services of type load balancer on create. Documentation on https://kubernetes-sigs.github.io/aws-load-balancer-controller/v2.7/guide/service/nlb/#configuration doesn't mention this behaviour and...

kind/documentation
lifecycle/rotten

**Describe the bug** I get the following errors in aws-load-balancer-controller pods: ``` http: TLS handshake error from 172.16.128.63:37094: EOF http: TLS handshake error from 172.16.116.101:58040: EOF ``` This happens even...