cloud-provider-openstack
cloud-provider-openstack copied to clipboard
Single LoadBalancer with multiple ingress resources not supported?
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.