summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuan Kemp <euan.kemp@coreos.com>2016-10-17 09:33:33 -0700
committerEuan Kemp <euan.kemp@coreos.com>2016-10-17 11:55:29 -0700
commitd86f445b5e219873a92a306ceef52772211d6626 (patch)
treefd9576ec452e1fe41aa48a06a1686bc69928d1c9
parent83de8a4818207824b3eb4b824235e924ece4734d (diff)
local-up: Add option to guess binary path
-rw-r--r--running-locally.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/running-locally.md b/running-locally.md
index ef80e686..810740fa 100644
--- a/running-locally.md
+++ b/running-locally.md
@@ -102,6 +102,12 @@ hack/local-up-cluster.sh
This will build and start a lightweight local cluster, consisting of a master
and a single node. Type Control-C to shut it down.
+If you've already compiled the Kubernetes components, then you can avoid rebuilding them with this script by using the `-O` flag.
+
+```sh
+./hack/local-up-cluster.sh -O
+```
+
You can use the cluster/kubectl.sh script to interact with the local cluster. hack/local-up-cluster.sh will
print the commands to run to point kubectl at the local cluster.