Make local clusters work painlessly with kubeconfig

This commit is contained in:
Jeff Lowdermilk
2015-02-12 15:04:00 -08:00
parent 18c1dfd61b
commit 61cc821506
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