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 471 aws-load-balancer-controller issues
Sort by recently updated
recently updated
newest added

### Issue #2430 ### Description Right now either metadata has to be available or one has to pass VPC ID as a flag. This PR tries to fetch the VPC...

cncf-cla: yes
size/M

**Describe the bug** Configure ingress with new group name does not delete old alb automatically **Steps to reproduce** 1. create ingress with name A 2. change ingress name to B(it...

This is a Feature Request Has a Dry Run mode been considered? Use Case: We are currently working towards rolling out an upgrade from the legacy in-tree controller to this...

**Is your feature request related to a problem?** Yes, because is hard to identify which Security Groups is for each LB because the SecurityGroups are created without name nor tags...

**Describe the bug** It seems that the `rest_client_request_latency_seconds` histogram metric exposed on the Prometheus metrics endpoint has unbounded cardinality. At the minimum, it seems to include a `url` label which...

help wanted
good first issue

**Is your feature request related to a problem?** EKS workload is running in availability zones and local zones. Local and availability zone subnets use `kubernetes.io/role/internal-elb = 1` tags and alb...

lifecycle/rotten

**Is your feature request related to a problem?** If a load balancer is deleted through the AWS Console, the AWS load balancer does not notice or re-create the load balancer....

triage/needs-investigation

**Describe the bug** A concise description of what the bug is. I am using NLB with `nlb-target-type: ip`, I want to whitelist IP using `loadBalancerSourceRanges` but it seems there some...

It is perfectly fine for there two be two certificates available for a particular host. I have this right now because I am in mid-migration and have both a wildcard,...

**Describe the bug** I got this error when apply https://raw.githubusercontent.com/kubernetes-sigs/aws-load-balancer-controller/v2.4.3/docs/examples/2048/2048_full.yaml **Steps to reproduce** I follow this tutorial: - https://www.youtube.com/watch?v=TUS8KWaGKco - https://aws.amazon.com/premiumsupport/knowledge-center/eks-alb-ingress-controller-setup/ **Expected outcome** successful install **ingress** **Environment** * AWS Load...