You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When an port with UDP is specified in the service definition and the service is configured with proxyProtocol, the pool will get PROXY as the pool type, while it should be UDP.
In case healthmonitors are configured by default octavia will complain to not be able to create a healthmonitor of type UDP-CONNECT with a pool having protocol PROXY
When an port with UDP is specified in the service definition and the service is configured with proxyProtocol, the pool will get PROXY as the pool type, while it should be UDP.
In case healthmonitors are configured by default octavia will complain to not be able to create a healthmonitor of type UDP-CONNECT with a pool having protocol PROXY
The corresponding lines are in https://github.com/kubernetes/cloud-provider-openstack/blob/master/pkg/openstack/loadbalancer.go#L977 and
https://github.com/kubernetes/cloud-provider-openstack/blob/master/pkg/openstack/loadbalancer.go#L888
The comparison should make sure to exclude UDP or SCTP type pools.
reproducer spec:
From the logs:
[...] faultstring: "Validation failure: The UDP-CONNECT type is only supported for pools of type UDP/SCTP."
Generated LB:
The text was updated successfully, but these errors were encountered: