Skip to content

Commit

Permalink
local-up: Add option to guess binary path
Browse files Browse the repository at this point in the history
  • Loading branch information
euank committed Oct 17, 2016
1 parent 83de8a4 commit d86f445
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions running-locally.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit d86f445

Please sign in to comment.