kubernetes-sigs / aws-load-balancer-controller

A Kubernetes controller for Elastic Load Balancers
https://kubernetes-sigs.github.io/aws-load-balancer-controller/
Apache License 2.0
3.9k stars 1.45k forks source link

Add support for 'Dualstack without public IPv4' for 'ip-address-type' #3704

Closed Richard-de-Vries closed 4 months ago

Richard-de-Vries commented 4 months ago

AWS recently introduced the ability to forgo public ipv4 adresses on internet facing Application Loadbalancers

Adding support for this would result in a significant costs savings on a lot of users that can make use of this feature.

I'm willing to make a PR to add support for this, if this feature is wanted in the project.

Richard-de-Vries commented 4 months ago

I just saw that the functionality has already been added