File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/zh-cn/docs/tutorials/services Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -118,11 +118,11 @@ deployment.apps/source-ip-app created
118
118
<!--
119
119
Packets sent to ClusterIP from within the cluster are never source NAT'd if
120
120
you're running kube-proxy in
121
- [iptables mode](/docs/concepts/services- networking/service /#proxy-mode-iptables),
121
+ [iptables mode](/docs/reference/ networking/virtual-ips /#proxy-mode-iptables),
122
122
(the default). You can query the kube-proxy mode by fetching
123
123
`http://localhost:10249/proxyMode` on the node where kube-proxy is running.
124
124
-->
125
- 如果你在 [ iptables 模式] ( /zh-cn/docs/concepts/services- networking/service /#proxy-mode-iptables ) (默认)下运行
125
+ 如果你在 [ iptables 模式] ( /zh-cn/docs/reference/ networking/virtual-ips /#proxy-mode-iptables ) (默认)下运行
126
126
kube-proxy,则从集群内发送到 ClusterIP 的数据包永远不会进行源 NAT。
127
127
你可以通过在运行 kube-proxy 的节点上获取 ` http://localhost:10249/proxyMode ` 来查询 kube-proxy 模式。
128
128
You can’t perform that action at this time.
0 commit comments