aws-load-balancer-controller
aws-load-balancer-controller copied to clipboard
A Kubernetes controller for Elastic Load Balancers
**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...
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...
### 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...
## 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...
### Issue No Issue. Fixes in the documentation formatting.  ### Description ### Checklist - [ ] Added tests that cover your change (if possible) - [...
**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...
### 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...
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...
**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...
## 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...