From f8f5c7460d8f18aff15b1a8c5d1b41d9d684cd93 Mon Sep 17 00:00:00 2001 From: Bin Liu Date: Fri, 26 Jan 2018 06:19:40 +0800 Subject: [PATCH] Add missed back quotation mark (#7076) --- docs/tasks/debug-application-cluster/debug-service.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tasks/debug-application-cluster/debug-service.md b/docs/tasks/debug-application-cluster/debug-service.md index 761e8f3725..9c7f04d0ce 100644 --- a/docs/tasks/debug-application-cluster/debug-service.md +++ b/docs/tasks/debug-application-cluster/debug-service.md @@ -233,7 +233,7 @@ passed into `kubelet` with the `--cluster-dns` flag. The `search` line must include an appropriate suffix for you to find the `Service` name. In this case it is looking for `Services` in the local -`Namespace` (`default.svc.cluster.local), `Services` in all `Namespaces` +`Namespace` (`default.svc.cluster.local`), `Services` in all `Namespaces` (`svc.cluster.local`), and the cluster (`cluster.local`). Depending on your own install you might have additional records after that (up to 6 total). The cluster suffix is passed into `kubelet` with the `--cluster-domain` flag. We