Commit af680d6a authored by k8s-merge-robot's avatar k8s-merge-robot Committed by GitHub

Merge pull request #27932 from mkumatag/update_doc

Automatic merge from submit-queue Need doc updated with export KUBERNETES_PROVIDER=local in local-up-cl…
parents 3e96f02d ba1d201a
...@@ -442,6 +442,8 @@ Logs: ...@@ -442,6 +442,8 @@ Logs:
To start using your cluster, open up another terminal/tab and run: 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-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 set-context local --cluster=local
cluster/kubectl.sh config use-context local cluster/kubectl.sh config use-context local
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment