supplement the way to add a DNS for local kubernetes

pull/6/head
Young 2015-04-12 14:40:52 +08:00
parent d577db9987
commit e4aa1b3924
1 changed files with 3 additions and 0 deletions

View File

@ -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)