From 4514602b29eadad9cd37245010e4c49daa789d27 Mon Sep 17 00:00:00 2001 From: erganzi <41982810+erganzi@users.noreply.github.com> Date: Wed, 14 Nov 2018 10:04:23 +0800 Subject: [PATCH] Update debug-service.md (#10760) -q is quiet, nothing will output. --- .../en/docs/tasks/debug-application-cluster/debug-service.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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: