Merge pull request #23049 from scoulomb/source-ip

Modify wget comment so that 10.0.170.92 refers to ClusterIP of the service and not the PodIP
This commit is contained in:
Kubernetes Prow Robot
2020-08-18 14:25:11 -07:00
committed by GitHub
@@ -150,7 +150,7 @@ ip addr
…then use `wget` to query the local webserver
```shell
# Replace 10.0.170.92 with the Pod's IPv4 address
# Replace "10.0.170.92" with the IPv4 address of the Service named "clusterip"
wget -qO - 10.0.170.92
```
```