Update readme

pull/6/head
Daniel Smith 2014-06-11 17:07:05 -07:00
parent 9e03e1d8ea
commit 912ec01856
1 changed files with 10 additions and 0 deletions

View File

@ -93,6 +93,16 @@ cd kubernetes
cluster/kube-down.sh
```
## Running locally
In a separate tab of your terminal, run:
```
cd kubernetes
hack/local-up.sh
```
This will build and start a lightweight local cluster, consisting of a master and a single minion. Type Control-C to shut it down. While it's running, you can use `hack/localcfg.sh` in place of `cluster/cloudcfg.sh` to talk to it.
## Where to go next?
[Detailed example application](https://github.com/GoogleCloudPlatform/kubernetes/blob/master/examples/guestbook/guestbook.md)