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