Merge pull request #4401 from jlowdermilk/local-kubeconfig

Make local clusters work painlessly with kubeconfig
This commit is contained in:
Eric Tune
2015-02-13 09:11:36 -08:00
4 changed files with 13 additions and 38 deletions

View File

@@ -33,12 +33,9 @@ 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.
You can use the cluster/kubectl.sh script to interact with the local cluster.
You must set the KUBERNETES_PROVIDER environment variable.
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.
```
export KUBERNETES_PROVIDER=local
```
### Running a container