Add support for new OCCM cloud provider options #577
Labels
area/control-plane
Control plane related
kind/enhancement
Enhancement, improvement, extension
lifecycle/rotten
Nobody worked on this for 12 months (final aging stage)
platform/openstack
OpenStack platform/infrastructure
How to categorize this issue?
/area control-plane
/kind enhancement
/platform openstack
What would you like to be added:
enable-ingress-hostname
andingress-hostname-suffix
options add a workaround to loadbalancers that use PROXY protocol.Why is this needed:
PROXY protocol listeners always expect a PROXY header, while k8s pods traffic to external LB IP is explicitly routed through k8s network, which causes service to be unavailable from k8s. The workaround avoids this and traffic comes through the LB public IP that adds the required PROXY header.
The text was updated successfully, but these errors were encountered: