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
The clusterf ServiceFrontend and ServiceBackends can be configured with different TCP/UDP ports, which are used for the IPVS Service/Destination ports. However, it appears that only the IPVS masq forwarding method supports the use of a different port for the IPVS destination. For other methods such as droute and tun, the IPVS dest port is ignored and the packets are forwarded using the service port.
clusterf should warn about mismatching ports for those ServiceBackends using a route.IPVSMethod != "masq". The service port may even be used for some entirely different purpose on the backend, which would lead to interesting issues... such misconfigured backends should probably be omitted.
The text was updated successfully, but these errors were encountered:
The clusterf
ServiceFrontend
andServiceBackend
s can be configured with differentTCP
/UDP
ports, which are used for the IPVS Service/Destination ports. However, it appears that only the IPVSmasq
forwarding method supports the use of a different port for the IPVS destination. For other methods such asdroute
andtun
, the IPVS dest port is ignored and the packets are forwarded using the service port.clusterf should warn about mismatching ports for those
ServiceBackend
s using aroute.IPVSMethod != "masq"
. The service port may even be used for some entirely different purpose on the backend, which would lead to interesting issues... such misconfigured backends should probably be omitted.The text was updated successfully, but these errors were encountered: