From 866b99cf72ef472b04d64cbf9f6b4c51861cbe1b Mon Sep 17 00:00:00 2001 From: Prankul Date: Wed, 22 May 2019 18:50:20 +0530 Subject: [PATCH] Fix link in "Customizing DNS Service" docs (#14455) --- .../en/docs/tasks/administer-cluster/dns-custom-nameservers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tasks/administer-cluster/dns-custom-nameservers.md b/content/en/docs/tasks/administer-cluster/dns-custom-nameservers.md index 42308e561f..ce3be649df 100644 --- a/content/en/docs/tasks/administer-cluster/dns-custom-nameservers.md +++ b/content/en/docs/tasks/administer-cluster/dns-custom-nameservers.md @@ -9,7 +9,7 @@ content_template: templates/task {{% capture overview %}} This page explains how to configure your DNS Pod and customize the DNS resolution process. In Kubernetes version 1.11 and later, CoreDNS is at GA -and is installed by default with kubeadm. See [Configuring CoreDNS](#config-coredns) +and is installed by default with kubeadm. See [CoreDNS ConfigMap options](#coredns-configmap-options) and [Using CoreDNS for Service Discovery](/docs/tasks/administer-cluster/coredns/). {{% /capture %}}