mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
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…
This commit is contained in:
commit
af680d6a83
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user