From 09e45d42d848d107511af01a5cb44f6f2e69e94a Mon Sep 17 00:00:00 2001 From: Supriya Sirbi Date: Fri, 8 Mar 2019 03:28:13 +0530 Subject: [PATCH] Issue #12533 (#12701) Update k8s.io/docs/tutorials/services/source-ip/ --- 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 5d2accce83..b61b194114 100644 --- a/content/en/docs/tutorials/services/source-ip.md +++ b/content/en/docs/tutorials/services/source-ip.md @@ -107,7 +107,7 @@ client_address=10.244.3.8 command=GET ... ``` -If the client pod and server pod are in the same node, the client_address is the client pod's IP address. However, if the client pod and server pod are in different nodes, the client_address is the client pod's node flannel IP address. +The client_address is always the client pod's IP address, whether the client pod and server pod are in the same node or in different nodes. ## Source IP for Services with Type=NodePort