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

**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...

kind/bug

**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...

triage/needs-information

### **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...

kind/feature

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...

lgtm
needs-ok-to-test
approved
cncf-cla: yes
lifecycle/stale
size/M

**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...

kind/feature

**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...

triage/needs-investigation

### Issue ### Description Add warn and error levels, to have a better control over logging levels ### Checklist - [ ] Added tests that cover your change (if possible)...

needs-rebase
needs-ok-to-test
cncf-cla: yes
lifecycle/stale
size/M

**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...

lifecycle/stale

**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...

kind/documentation
lifecycle/stale

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...

kind/feature
good first issue