From cc10b53fc0c6e12c1f7f2ac69b34774f94fbb5df Mon Sep 17 00:00:00 2001 From: Girish Kalele Date: Fri, 27 May 2016 12:05:24 -0700 Subject: [PATCH] Switch DNS addons from skydns to kubedns Unified skydns templates using a simple underscore based template and added transform sed scripts to transform into salt and sed yaml templates Moved all content out of cluster/addons/dns into build/kube-dns and saltbase/salt/kube-dns --- running-locally.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/running-locally.md b/running-locally.md index 98df8cfcf..6999e588f 100644 --- a/running-locally.md +++ b/running-locally.md @@ -189,7 +189,7 @@ KUBE_DNS_DOMAIN="cluster.local" KUBE_DNS_REPLICAS=1 ``` -To know more on DNS service you can look [here](http://issue.k8s.io/6667). Related documents can be found [here](../../cluster/addons/dns/#how-do-i-configure-it) +To know more on DNS service you can look [here](http://issue.k8s.io/6667). Related documents can be found [here](../../build/kube-dns/#how-do-i-configure-it)