aws-load-balancer-controller
aws-load-balancer-controller copied to clipboard
A Kubernetes controller for Elastic Load Balancers
**Describe the bug** When we pass the --backend-security-group argument to the controller, the provided SG is used as expected on the resulting ALB, along with a dynamically created group for...
There are multiple AWS reference architectures that recommend having an "ingress" or "firewall" VPC. In the case of an ingress VPC which has the ability to receive public traffic (either...
[Feature Request] Allow TargetGroupBinding to target IPs / CIDRs that are direct connected or peered
Hey there! **Is your feature request related to a problem?** I have a use case where I have on-premise Kubernetes cluster which is connected to my VPC via AWS Direct...
**Describe the bug** The controller does not always honor path order when creating ALB rule priorities. **Steps to reproduce** Deploy multiple ingress templates, each with multiple paths, that use the...
Bumps [sigs.k8s.io/yaml](https://github.com/kubernetes-sigs/yaml) from 1.3.0 to 1.4.0. Release notes Sourced from sigs.k8s.io/yaml's releases. v1.4.0 Adds a goyaml.v2 subpackage containing a fork of gopkg.in/yaml.v2 at v2.4.0 Adds a goyaml.v3 subpackage containing a...
Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) from 0.14.6 to 0.18.0. Release notes Sourced from sigs.k8s.io/controller-runtime's releases. v0.18.0 :warning: Breaking Changes Bump to k8s.io/* v1.30 (#2693 #2754 #2765 #2776 #2786) Remove deprecated v1alpha1.ControllerManagerConfiguration (#2648) admission.Decoder...
**Describe the bug** A concise description of what the bug is. I have injected the readiness gate at the namespace level. When i try to deploy the pod using helm...
**Is your feature request related to a problem?** There is a limit of 5 conditions per rule in alb listener. Rules created by alb ingress controller always include "Http Host...
**Describe the bug** A concise description of what the bug is. > a new NLB with a name that's used before, overrides the existing NLB configurations .. making the currently...
### Issue closes #2711 ### Description ### Checklist - [ ] Added tests that cover your change (if possible) - [ ] Added/modified documentation as required (such as the `README.md`,...