cloud-provider-openstack
cloud-provider-openstack copied to clipboard
[occm] LoadBalancer ProxyProtocol v2 feature
trafficstars
What this PR does / why we need it: The PR brings the ability of choosing the ProxProtocol in version 2 (instead of v1).
Two new values are supported for loadbalancer.openstack.org/proxy-protocol
loadbalancer.openstack.org/proxy-protocol: "true" # Enable ProxyProtocolv1
loadbalancer.openstack.org/proxy-protocol: "false" # Default value, no proxy protocol enable
loadbalancer.openstack.org/proxy-protocol: "v1" # NEW - Enable ProxyProtocolv1
loadbalancer.openstack.org/proxy-protocol: "v2" # NEW - Enable ProxyProtocolv2
Which issue this PR fixes(if applicable): fixes #2585
Special notes for reviewers: N/A
Release note:
[openstack-cloud-controller-manager] Support LoadBalancer ProxyProtocol v2 feature