From ca8c46d75bce447f27ff6078d766505509576473 Mon Sep 17 00:00:00 2001 From: harryz Date: Tue, 31 May 2016 14:36:27 +0800 Subject: [PATCH] Need export KUBERNETES_PROVIDER=local Fix #26453 Need to export KUBERNETES_PROVIDER=local before using cluster/kubectl.sh --- docs/getting-started-guides/locally.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/getting-started-guides/locally.md b/docs/getting-started-guides/locally.md index cc2f9f1107..84ecec34c1 100644 --- a/docs/getting-started-guides/locally.md +++ b/docs/getting-started-guides/locally.md @@ -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