diff --git a/content/en/docs/tasks/debug-application-cluster/debug-service.md b/content/en/docs/tasks/debug-application-cluster/debug-service.md index 3ca54205b9..29a3cb047b 100644 --- a/content/en/docs/tasks/debug-application-cluster/debug-service.md +++ b/content/en/docs/tasks/debug-application-cluster/debug-service.md @@ -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: