Need export KUBERNETES_PROVIDER=local

Fix #26453

Need to export KUBERNETES_PROVIDER=local before using cluster/kubectl.sh
pull/587/head
harryz 2016-05-31 14:36:27 +08:00
parent 5f17dcd4d1
commit ca8c46d75b
1 changed files with 1 additions and 0 deletions

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