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

### Issue Addresses https://github.com/kubernetes-sigs/aws-load-balancer-controller/issues/3644. ### Description This PR introduces a new runtime argument, `aws-vpc-tag-key` which is used to identify VPCs, from which we can infer the VPC ID. This is...

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

### Issue #3210 ### Description - Added a new annotation `service.beta.kubernetes.io/aws-load-balancer-ssl-domains` which helps to reuse the `CertificateDiscovery` implementation done for Ingress. - Auto discovery will happen only when the ssl-certs...

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

**Is your feature request related to a problem?** It will be great to have ACM certificates discovery for kind:Service. In my case, I have multiple clusters in different accounts. I...

kind/feature
lifecycle/rotten

### Description Some people may want to disable mounting API credentials at ServiceAccount level but still want controller Pod to have automatically access to resources defined in RBACs. This PR...

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

**Is your feature request related to a problem?** I would like to be able to leverage [this AWS feature](https://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-security-groups.html#update-security-settings) which allows me to configure whether NLB security groups should block...

kind/feature
good first issue
triage/accepted
elb

**Is your feature request related to a problem?** Let's say we have the following (I used use-annotation, but it doesn't matter) ``` - host: myFirstDNS.example.com http: paths: - backend: service:...

kind/feature

**Describe the bug** Ingress can not be deleted when securitygroups updated in the meantime by other ingress in the same group **Steps to reproduce** - Add `Ingress A` of `ingress...

kind/bug
lifecycle/rotten
needs-triage

**Is your feature request related to a problem?** Currently when someone ships faulty ingress definition the only way to get a notification via metric is to use `controller_runtime_reconcile_errors_total{job="aws-load-balancer-controller"}` - which...

kind/feature
lifecycle/rotten

**Summary** Currently, our Helm charts lack the capability to specify a custom runtimeClassName in the values.yaml file. This limitation restricts us from leveraging alternative container runtimes like gVisor and Kata...

kind/feature
good first issue

**Describe the bug** The way that the LBC reconciles SG rules is to revoke old rules, then add new ones, which I think is liable to cause downtime in a...

kind/bug
lifecycle/rotten