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

**Is your feature request related to a problem?** We're looking to use the AWS lb controller to manage load balancers on our Kubernetes fleet. Our ingress pods run in the...

lifecycle/stale

**Describe the bug** I am trying to update target group attributes but alb controller is logging below log. But, my attributes not include any slow start config. This error effect...

### Issue This PR will address the issue raised: #3644 ### Description This PR introduces a new runtime argument, aws-vpc-tags which is used to identify VPCs from the list of...

size/L
cncf-cla: yes
tide/merge-method-squash
ok-to-test

**Is your feature request related to a problem?** We are building a multi-tenant system, where - webserver deployment is exposed as a k8s `Service` - each tenant has their own...

kind/feature

### Issue FIxes: #2729 ### Description Add option to set the cluster name using envFrom. for example, in values.yaml file: ```shell envFrom: valueFrom: - secretRef: name: aws-load-balancer-controller clusterName: ${clusterName} ```...

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

### Issue https://github.com/kubernetes-sigs/aws-load-balancer-controller/issues/3649 ### Description Bumped the versions of all the `k8s.io` libraries to their latest `v0.29.x` versions: ``` grep k8s.io go.mod | grep -v indirect | awk '/0.26/ {print...

size/L
cncf-cla: yes
ok-to-test

### Issue ### Description This adds a `alb.ingress.kubernetes.io/load-balancer-name-prefix` annotation. This is useful for being able to control the name of the created load balancer without needing to specify a fully...

needs-rebase
lifecycle/rotten
needs-ok-to-test
size/L
cncf-cla: yes

**Is your feature request related to a problem?** Elastic Load Balancing team recently released `HTTP client keepalive duration` which can be configured for ALBs -> https://aws.amazon.com/about-aws/whats-new/2024/03/application-load-balancer-http-keepalive-duration/ This keepalive value specifies...

kind/documentation
good first issue

### Issue ### Description This PR adds an option in aws-load-balancer-controller helm chart to specify extra annotations to both mutating and validating webhook. ### Checklist - [ ] Added tests...

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

### Description When monitoring target groups by importing cloudwatch metrics it's tricky to see what service an alert corresponds to. This PR adds a relation metric called `aws_target_group_info` that you...

size/L
cncf-cla: yes
ok-to-test