
The project README is getting quite large mainly because of all the getting started guides embedded in the README. Create the docs/getting-started-guides directory and relocate all getting started guides. Update the README to link to each getting started guide.
13 lines
417 B
Markdown
13 lines
417 B
Markdown
## Getting started locally
|
|
|
|
In a separate tab of your terminal, run:
|
|
|
|
```
|
|
cd kubernetes
|
|
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.
|
|
|
|
If you are running both a remote kubernetes cluster and the local cluster, you can determine which you talk to using the ```KUBERNETES_MASTER``` environment variable.
|