The kube-proxy admin page says:
--masquerade-all If using the pure iptables proxy, SNAT everything
But it does explain in detail.
- When should I set
--masquerade-all
to true? - And what problem it solves?
- What could happen if it set
--masquerade-all=false
? What is the difference compared to--masqurade-all=true
?