Fix 404 in Configure DNS Cluster (#9853)

Original Page: 

https://kubernetes.io/docs/tasks/access-application-cluster/configure-dns-cluster/

Updates to use kubernetes/examples as source
pull/9899/head
John Oss 2018-08-17 22:13:00 -04:00 committed by k8s-ci-robot
parent 5f19d7ced8
commit 73f4567c80
1 changed files with 1 additions and 1 deletions

View File

@ -8,6 +8,6 @@ content_template: templates/concept
Kubernetes offers a DNS cluster addon, which most of the supported environments enable by default.
{{% /capture %}}
{{% capture body %}}
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)
For more information on how to configure DNS for a Kubernetes cluster, see the [Kubernetes DNS sample plugin.](https://github.com/kubernetes/examples/tree/master/staging/cluster-dns)
{{% /capture %}}