Skip to content

Commit 6900728

Browse files
authored
Fix Link
[/docs/.../service#proxy-mode-iptables](https://kubernetes.io/docs/concepts/services-networking/service/#proxy-mode-iptables) no longer links to an anchored section of the `service` documentation page. Corrected the link.
1 parent d429edf commit 6900728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tutorials/services/source-ip.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ deployment.apps/source-ip-app created
7474

7575
Packets sent to ClusterIP from within the cluster are never source NAT'd if
7676
you're running kube-proxy in
77-
[iptables mode](/docs/concepts/services-networking/service/#proxy-mode-iptables),
77+
[iptables mode](/docs/reference/networking/virtual-ips/#proxy-mode-iptables),
7878
(the default). You can query the kube-proxy mode by fetching
7979
`http://localhost:10249/proxyMode` on the node where kube-proxy is running.
8080

0 commit comments

Comments
 (0)