From 7ace5d4e21febcb3ea0b9f1c25da5638e0b24bb5 Mon Sep 17 00:00:00 2001 From: Brad Topol Date: Tue, 22 May 2018 17:59:25 -0400 Subject: [PATCH] Add configure link description (#8641) * Add configure link description I added a configure link description. Just having a link on a page with no introductory context seemed awkward. Signed-off-by: Brad Topol * removing unnecessary header * updated text to be active voice --- .../tasks/access-application-cluster/configure-dns-cluster.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tasks/access-application-cluster/configure-dns-cluster.md b/content/en/docs/tasks/access-application-cluster/configure-dns-cluster.md index 37cf29bbff..f66673e3b2 100644 --- a/content/en/docs/tasks/access-application-cluster/configure-dns-cluster.md +++ b/content/en/docs/tasks/access-application-cluster/configure-dns-cluster.md @@ -3,5 +3,5 @@ title: Configure DNS for a Cluster weight: 120 --- -[Configure DNS for a Cluster](https://github.com/kubernetes/kubernetes/tree/release-1.5/examples/cluster-dns) +Kubernetes offers a DNS cluster addon, which most of the supported environments enable by default. For more information on how to configure DNS for a Kubernetes cluster, see the [Kubernetes DNS sample plugin.](https://github.com/kubernetes/kubernetes/tree/release-1.5/examples/cluster-dns)