kube-代理管理页面说:
--masquerade-all If using the pure iptables proxy, SNAT everything
但它确实详细地解释了。
--masquerade-all
--masquerade-all=false
--masqurade-all=true
发布于 2017-04-07 16:49:40
如果启用此功能并将服务IP范围路由到节点,则可以从集群外部到达服务IP。
讨论是在第24224期中进行的,它是用PR 24429实现的。
https://stackoverflow.com/questions/43276562
相似问题