Modify wget comment so that 10.0.170.92 refers to ClusterIP of the service and not the PodIP
This commit is contained in:
@@ -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
|
||||
```
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user