aws-load-balancer-controller
aws-load-balancer-controller copied to clipboard
A Kubernetes controller for Elastic Load Balancers
Controller does not support ports in sidecar containers (initContainers with restartPolicy=Always)
**Bug Description** When an Ingress is configured in ip mode, the AWS Load Balancer Controller (aws-lbc) fails to properly consider ports exposed by sidecar containers. This leads to incorrect Security...
**Bug Description** The AWS Load Balancer Controller v2.13.3 is failing to create ALB Target Groups, reporting a ValidationError: Value '0' at 'port' failed to satisfy constraint: Member must have value...
`alb.ingress.kubernetes.io/ssl-policy`'s default value is `None` but We should Update TLS to version 1.2 or higher We should update `alb.ingress.kubernetes.io/ssl-policy`'s default value to `ELBSecurityPolicy-TLS13-1-3-2021-06`
Fixes #4200 Changes singular name from 'ingressclassparams' to 'ingressclassparam' to follow Kubernetes naming conventions and resolve the SingularConflict condition causing NamesAccepted: False status. ### Issue ### Description ### Checklist -...
We are trying to use the [ALB header modification](https://docs.aws.amazon.com/elasticloadbalancing/latest/application/header-modification.html). We are specially interested in adding CORS headers since we are doing a migration from a "central gateway" for couple of...
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.35.1 to 1.37.0. Release notes Sourced from github.com/onsi/gomega's releases. v1.37.0 1.37.0 Features add To/ToNot/NotTo aliases for AsyncAssertion [5666f98] v1.36.3 1.36.3 Maintenance bump all the things [adb8b49] chore:...
Bumps [k8s.io/cli-runtime](https://github.com/kubernetes/cli-runtime) from 0.32.2 to 0.33.1. Commits 8aa16c9 Update dependencies to v0.33.1 tag 2811321 bump etcd 3.5.21 sdk b44307f Merge pull request #129872 from seans3/websocket-https-proxy f7c023c Websocket HTTPS proxy support...
When searching for the existence of backend SGs, the controller searches by tags and does not consider the case where multiple SGs with that tags are returned. To avoid ambiguity,...
**Is your feature request related to a problem?** Yes, the lack of customization for the controller name makes it impossible to deploy multiple instances of the AWS Load Balancer Controller...
**Describe the feature you are requesting** Add support for Linkerd service mesh integration in AWS Load Balancer Controller through custom annotations, similar to other ingress controllers. Opening new FR as...