Merge pull request #587 from resouer/patch-1

Need export KUBERNETES_PROVIDER=local
This commit is contained in:
Daniel Smith
2016-06-03 13:31:25 -07:00
+1
View File
@@ -49,6 +49,7 @@ Your cluster is running, and you want to start running containers!
You can now use any of the cluster/kubectl.sh commands to interact with your local setup.
```shell
export KUBERNETES_PROVIDER=local
cluster/kubectl.sh get pods
cluster/kubectl.sh get services
cluster/kubectl.sh get deployments