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 sourcepull/9899/head
parent
5f19d7ced8
commit
73f4567c80
|
@ -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 %}}
|
||||
|
|
Loading…
Reference in New Issue