aws-load-balancer-controller
aws-load-balancer-controller copied to clipboard
A Kubernetes controller for Elastic Load Balancers
**Describe the bug** I am trying to create an ingress that will forward HTTPS traffic to my pods, as the idea of the deployment is to have HTTPS all the...
### Issue PR for #2496 ### Description The proposal is to have an argument "--desired-availability-zone-ids" on aws-load-balancer-controller, so that the controller can pickup the targets within the desired AZs. This...
**Is your feature request related to a problem?** AWS provides a method to create a list of IPs in a Managed Prefix List. This Managed Prefix List allows a user...
**Describe the bug** Need an option/parameter to add annotations to IngressClass in helm chart. **Steps to reproduce** Values file currently do not have an option to specify the annotations for...
**Describe the bug** I have a cluster where nodes do not have internet access (no NAT or anything else). ALB Controller creates a ALB, which I can see in the...
### Issue https://github.com/kubernetes-sigs/aws-load-balancer-controller/issues/2185 ### Description Ensure that ingress controllers only manage ingress groups that belong to that controller This work removes some of the hardcoding of "alb" as a special...
### Issue ### Description Queries IMDS over IPv6 if there is no non-loopback IPv4 interface address. ### Checklist - [ ] Added tests that cover your change (if possible) -...
### Issue N/A ### Description This tightens the example IAM policy by removing a policy statement that is redundant except for lacking a condition requiring an ownership tag. This has...
**Is your feature request related to a problem?** Not particularly. **Describe the solution you'd like** Guidance for using ALB with [Karpenter](https://karpenter.sh/). **Describe alternatives you've considered** We are removing the FAQ...
#870 and #1899 added the ability to configure the load balancer names with the `alb.ingress.kubernetes.io/load-balancer-name` annotation. It would nice to also be able to configure the name of target groups....