From ba1d201a4cafcc5a151b9925f8c742fc4267c7a4 Mon Sep 17 00:00:00 2001 From: Manjunath A Kumatagi Date: Thu, 23 Jun 2016 06:59:41 -0400 Subject: [PATCH] Need doc updated with export KUBERNETES_PROVIDER=local in local-up-cluster.sh script --- hack/local-up-cluster.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hack/local-up-cluster.sh b/hack/local-up-cluster.sh index 85b7c6e87b4..c8a611886c8 100755 --- a/hack/local-up-cluster.sh +++ b/hack/local-up-cluster.sh @@ -442,6 +442,8 @@ Logs: To start using your cluster, open up another terminal/tab and run: + export KUBERNETES_PROVIDER=local + cluster/kubectl.sh config set-cluster local --server=http://${API_HOST}:${API_PORT} --insecure-skip-tls-verify=true cluster/kubectl.sh config set-context local --cluster=local cluster/kubectl.sh config use-context local