From 6900728caf36cc2633523e9c569033711a6fa030 Mon Sep 17 00:00:00 2001 From: Kevin Arroyo <54748237+kevarr@users.noreply.github.com> Date: Wed, 8 Feb 2023 23:11:46 -0500 Subject: [PATCH] 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. --- content/en/docs/tutorials/services/source-ip.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tutorials/services/source-ip.md b/content/en/docs/tutorials/services/source-ip.md index ddcdd861c60b0..c6aeea4ac424a 100644 --- a/content/en/docs/tutorials/services/source-ip.md +++ b/content/en/docs/tutorials/services/source-ip.md @@ -74,7 +74,7 @@ deployment.apps/source-ip-app created Packets sent to ClusterIP from within the cluster are never source NAT'd if you're running kube-proxy in -[iptables mode](/docs/concepts/services-networking/service/#proxy-mode-iptables), +[iptables mode](/docs/reference/networking/virtual-ips/#proxy-mode-iptables), (the default). You can query the kube-proxy mode by fetching `http://localhost:10249/proxyMode` on the node where kube-proxy is running.