digitalocean / digitalocean-cloud-controller-manager

Kubernetes cloud-controller-manager for DigitalOcean (beta)
Apache License 2.0
518 stars 146 forks source link

Add support for loadBalancerSourceRanges #731

Closed gottwald closed 1 month ago

gottwald commented 1 month ago

This change introduces support for loadBalancerSourceRanges which is the preferred and recommended way to add firewall allow rules and therefore takes presedence over annotation based allow rules.

Thanks to @J0sh0nat0r for submitting the original pull request #584.