cloud-provider-openstack icon indicating copy to clipboard operation
cloud-provider-openstack copied to clipboard

Single LoadBalancer with multiple ingress resources not supported?

Open nobodyAtall opened this issue 7 months ago • 5 comments

According to the docs: https://github.com/kubernetes/cloud-provider-openstack/blob/master/docs/octavia-ingress-controller/using-octavia-ingress-controller.md

The octavia-ingress-controller could solve all the above problems in the OpenStack environment by creating a single load balancer for multiple NodePort type services in an Ingress.

However this doesn't appear to be possible. I.e. each ingress resource will create an Octavia lb in Openstack at the moment.

nobodyAtall avatar Mar 06 '25 17:03 nobodyAtall