Update debug-service.md (#10760)

-q is quiet, nothing will output.
This commit is contained in:
erganzi
2018-11-14 10:04:23 +08:00
committed by k8s-ci-robot
parent 420685b976
commit 4514602b29
@@ -126,8 +126,9 @@ have another `Pod` that consumes this `Service` by name you would get something
like:
```shell
u@pod$ wget -qO- hostnames
wget: bad address 'hostname'
u@pod$ wget -O- hostnames
Resolving hostnames (hostnames)... failed: Name or service not known.
wget: unable to resolve host address 'hostnames'
```
So the first thing to check is whether that `Service` actually exists: