aws-load-balancer-controller
aws-load-balancer-controller copied to clipboard
A Kubernetes controller for Elastic Load Balancers
Describe the bug From multiple tests carried out to upgrade AWS ingress from v2.1.2 on chart 1.1.4 to v2.1.4 on chart 1.4.1, the use of the '--set service account.create=false' flag...
**Describe the bug** I am using the loadbalancer controller to configure an internal ALB for a service. I am using the following docuemntation to configure the automatic HTTP to HTTPS...
**Describe the bug** In our particular case, we have 2 deployments, 2 services, and 1 ingress rule. We are using the A/B deployment type where we update annotation to: -...
**Describe the bug** I am using a single ALB ingress controller to deploy two ALBs (1 internet-facing, 1 internal) via ingress annotations. I am able to deploy the internal ALB...
**Describe the bug** The `service.beta.kubernetes.io/aws-load-balancer-ssl-cert` annotation can only assign one SSL certificate from ACM. According to documentation, it should be able to assign multiple SSL certificates as it takes in...
### Issue N/A ### Description Deploys NetworkPolicy resource if the configuration is enabled I am happy to change the default rules that get created - I found that when I...
[SIG-NETWORK](https://groups.google.com/g/kubernetes-sig-network) created the [Service APIs project](https://kubernetes-sigs.github.io/service-apis/) to evolve service-related APIs for Kubernetes. This issue is a request for aws-alb-ingress-controller to add support for Service APIs.
### Issue #2523 ### Description Add a new annotation `service.beta.kubernetes.io/aws-load-balancer-eip-ipv4-pool` that will direct the aws-load-balancer-controller to create new Elastic IP allocations on-demand from a given public ipv4 pool. This removes...
**Is your feature request related to a problem?** Related to #1906 - the current annotation requires manual creation of EIP allocations outside of kuberentes/aws-load-balancer-controller to support BYOIP use-case. **Describe the...
### Issue A replacement for aws/eks-charts#792 ### Description Any ingressclass out there has the option to be the default ingressclass if the right value is passed to the chart. This...