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

**Describe the bug** A concise description of what the bug is. When running the latest version chart 1.10.1 app version : v2.10.1 we are encountering: the following error. operation error...

lifecycle/rotten
triage/needs-investigation

I am trying to update aws-load-balancer-controller from v2.8.3 to v2.11.0, upgrade is smooth but as soon as pods with new version is deployed, I see all the listener attributes for...

kind/question
triage/needs-investigation

### Issue [](https://github.com/kubernetes-sigs/aws-load-balancer-controller/issues/4042) ### Description This is my first fix contribution. I am open to any discussion to improve my PR's. DeleteProtection Method: - The DeleteProtection method now calls DeleteProtectionWithContext...

cncf-cla: no
needs-rebase
needs-ok-to-test
size/L
lifecycle/stale

## Describe the feature you are requesting We're looking for a way to manage AWS resources like Web ACLs and Certificates using Kubernetes Secrets or ConfigMaps instead of relying solely...

kind/feature
lifecycle/stale

### Issue No Issue. Fixes in the documentation formatting. ![Screenshot From 2025-06-05 11-24-40](https://github.com/user-attachments/assets/3fab0663-9b21-461d-b961-ceca0613b3ae) ### Description ### Checklist - [ ] Added tests that cover your change (if possible) - [...

size/XS
cncf-cla: yes

**Describe the feature you are requesting** Scenarios in controller certificate auto-discovery; - where different encryption certificate (ECC, RSA) are auto-discovered - the ECC certificate is discovered first and in the...

good first issue

### Issue ### Description This PR changes a note for `service.beta.kubernetes.io/aws-load-balancer-eip-allocations` annotation doc by mentioning the subnet discovery (additionally to the subnet annotation). This way the user doesn't have to...

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

Bumps [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2) from 1.173.0 to 1.224.0. Commits f444129 Release 2025-05-28 4ba713d Regenerated Clients 9846278 Update endpoints model f1b0017 Update API model 223d488 Remove smoke tests on sunset service (#3098) 1cfa85a...

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

**Describe the bug** I'm trying to disassociate a WAF from my ALB. The docs state you can't simply remove the annotation but must set the value to `none`. Upon doing...

lifecycle/rotten

## Summary The `IngressClassParams` CRD currently defines both `singular` and `plural` names as `ingressclassparams`, which violates Kubernetes naming conventions and causes a `SingularConflict` condition with `NamesAccepted: False`. ## Current State...

kind/bug