Skip to content

Commit e6f3140

Browse files
authored
Merge pull request #39395 from kinzhi/kinzhi245
[zh-cn]SYNC source-ip.md
2 parents 17fcb2e + 2f80461 commit e6f3140

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/zh-cn/docs/tutorials/services/source-ip.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,11 +118,11 @@ deployment.apps/source-ip-app created
118118
<!--
119119
Packets sent to ClusterIP from within the cluster are never source NAT'd if
120120
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),
122122
(the default). You can query the kube-proxy mode by fetching
123123
`http://localhost:10249/proxyMode` on the node where kube-proxy is running.
124124
-->
125-
如果你在 [iptables 模式](/zh-cn/docs/concepts/services-networking/service/#proxy-mode-iptables)(默认)下运行
125+
如果你在 [iptables 模式](/zh-cn/docs/reference/networking/virtual-ips/#proxy-mode-iptables)(默认)下运行
126126
kube-proxy,则从集群内发送到 ClusterIP 的数据包永远不会进行源 NAT。
127127
你可以通过在运行 kube-proxy 的节点上获取 `http://localhost:10249/proxyMode` 来查询 kube-proxy 模式。
128128

0 commit comments

Comments
 (0)