aws-load-balancer-controller
aws-load-balancer-controller copied to clipboard
A Kubernetes controller for Elastic Load Balancers
### Issue [Sagemaker HyperPod](https://aws.amazon.com/blogs/aws/amazon-sagemaker-hyperpod-introduces-amazon-eks-support/) offers service-managed Kubernetes nodes accessible from customer accounts. Using [aws-load-balancer-controller](https://github.com/kubernetes-sigs/aws-load-balancer-controller) in HyperPod EKS clusters is not supported today, because nodes are in SageMaker VPC while load...
### Issue #3820 ### Description - Add --default-load-balancer-scheme command line flag - For users want to use internet-facing by default - References: #2840 ### Checklist - [x] Added tests that...
### Issue #3904 ### Description Add the configuration options to helm chart ### Checklist - [x] Added tests that cover your change (if possible) - [x] Added/modified documentation as required...
This was introduced by @jeswinkoshyninan in https://github.com/kubernetes-sigs/aws-load-balancer-controller/pull/3656 It's not clear to my why `--aws-vpc-tags` allows to pass a map with an arbitrary number of items if we only ever pass...
### Issue [3867](https://github.com/kubernetes-sigs/aws-load-balancer-controller/issues/3867) ### Description Certificates will fail to automatically renew when newer versions of cert-manager (tested on 1.15.2 and 1.15.3) don't have a default Issuer defined in the cluster...
### Issue ### Description Old link is not working: https://kubernetes-sigs.github.io/external-dns/latest/tutorials/aws/#routing-policies Needs an extra `/docs/` in the URL: https://kubernetes-sigs.github.io/external-dns/latest/docs/tutorials/aws/#routing-policies ### Checklist - [ ] Added tests that cover your change (if...
**Is your feature request related to a problem?** we need our aws lbs to be tagged with the team/project that created them **Describe the solution you'd like** our services are...
This is a work in progress - I need to test it. ### Issue https://github.com/kubernetes-sigs/aws-load-balancer-controller/issues/1608#issuecomment-937346660 And based on this PR: https://github.com/kubernetes-sigs/aws-load-balancer-controller/pull/2275 ### Description Previously, aws-load-balancer-controller ignored extra overlapping ServicePorts defined...
I am migrating in-tree LB controller to AWS Loadbalancer controller, and this controller requires annotation to create public-facing NLB otherwise internal is not consistent in behavior with the old Classic...
### Issue ### Description ### Checklist - [ ] Added tests that cover your change (if possible) - [ ] Added/modified documentation as required (such as the `README.md`, or the...