Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(load-balancer): Set IPMode to "Proxy" if load balancer is config…
…ured to use proxy protocol (#727) (#783) [KEP-1860](https://github.com/kubernetes/enhancements/tree/master/keps/sig-network/1860-kube-proxy-IP-node-binding) introduced a new field `service.status.loadBalancer.ingress[].ipMode`: VIP | Proxy to indicate the behavior of the Load Balancer. Currently users on IPVS-based networking setups can not access the Load Balancer IPs when they enable PROXY protocol. Expected behavior Users should always be able to access their services from inside of the cluster, even if they use IPVS and PROXY protocol. IIUC we should set the IP Mode to Proxy for the IPs we return in the status. --------- Co-authored-by: simonhammes <simonhammes@users.noreply.github.com>
- Loading branch information