From 71c0555f20fd2e725f49289b8c065159fd7811ed Mon Sep 17 00:00:00 2001 From: Dawn Chen Date: Thu, 26 Jun 2014 23:58:16 -0700 Subject: [PATCH] using hack/local-up-cluster.sh to run cluster locally --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 249a52f076..9110970df4 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ In a separate tab of your terminal, run: ``` cd kubernetes -hack/local-up.sh +hack/local-up-cluster.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/kubecfg.sh` to talk to it.