From e4aa1b3924eb9332a0098f0fc00a33d4002787e3 Mon Sep 17 00:00:00 2001 From: Young Date: Sun, 12 Apr 2015 14:40:52 +0800 Subject: [PATCH] supplement the way to add a DNS for local kubernetes --- docs/getting-started-guides/locally.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/getting-started-guides/locally.md b/docs/getting-started-guides/locally.md index 958d754f25..166b7026c4 100644 --- a/docs/getting-started-guides/locally.md +++ b/docs/getting-started-guides/locally.md @@ -107,3 +107,6 @@ hack/local-up-cluster.sh #### kubectl claims to start a container but `get pods` and `docker ps` don't show it. One or more of the kubernetes daemons might've crashed. Tail the logs of each in /tmp. + +#### The pods fail to connect to the services by host names +The local-up-cluster.sh script doesn't start a DNS service. Similar situation can be found [here](https://github.com/GoogleCloudPlatform/kubernetes/issues/6667). You can start a manually. Related documents can be found [here](https://github.com/GoogleCloudPlatform/kubernetes/tree/master/cluster/addons/dns#how-do-i-configure-it)