loxilb-io / kube-loxilb

Implementation of kubernetes service load-balancer spec for loxilb
Apache License 2.0
89 stars 26 forks source link

Support for multiple externalCIDR ranges #169

Closed TrekkieCoder closed 1 month ago

TrekkieCoder commented 2 months ago

Currently, there is no way to specify multiple externalCIDR and use selective IPAM when creating services. The only way currently is to use static "loadBalancerIP" which does not belong to specified externalCIDR in kube-loxilb.yml. It would be good to have this support.

TrekkieCoder commented 1 month ago

Supported now. Usage updated in kube-loxilb README