aws-load-balancer-controller
aws-load-balancer-controller copied to clipboard
A Kubernetes controller for Elastic Load Balancers
**Describe the bug** When the pod readiness gate feature is enabled on a namespace in a Kubernetes 1.29 cluster it strips away the `restartPolicy: Always` values on containers in the...
**Describe the bug** The aws-load-balancer-controller revoked the `Shared Backend SG for LoadBalancer` from the security group used by EKS nodes, causing an outage. After a few minutes, the controller added...
### **Is your feature request related to a problem?** In our case, we have dozens of alb ingresses with a single amazon issued acm certificate. When we need to change...
This clarifies to the reader that `targetGroups` and `TargetGroupStickinessConfig` are both within the `forwardConfig`, which was not clear before due to lack of indentation. ### Issue General improvement for docs...
**Is your feature request related to a problem?** For cases where access to AWS metadata is blocked and the VPC ID is not known at deploy time, options to infer...
**Describe the bug** Unable to connect to mongodb from TCP connection. Manually chaning the value for proxy_protocol_v2 works. **Steps to reproduce** Setup Mongodb using bitnami helm chart: ```service: type: LoadBalancer...
### Issue ### Description Add warn and error levels, to have a better control over logging levels ### Checklist - [ ] Added tests that cover your change (if possible)...
**Describe the bug** Whenever I edit my ingress, it tries to delete the security group that I've told it to add to the load balancer. **Steps to reproduce** Below is...
**Is your feature request related to a problem?** There is basically no way to know how I can modify the `spec` section of the ingress yaml file and the configurations...
Is your feature request related to a problem? #2489 added the `--load-balancer-class` command line flag to the controller, but as of chart version 1.7.1 there's no ability to configure that...