Update k8s.io/docs/tutorials/services/source-ip/
This commit is contained in:
Supriya Sirbi
2019-03-08 03:28:13 +05:30
committed by Kubernetes Prow Robot
parent ae355ed890
commit 09e45d42d8
@@ -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