mirror of https://github.com/k3s-io/k3s
Need doc updated with export KUBERNETES_PROVIDER=local in local-up-cluster.sh script
parent
1f78e7ea68
commit
ba1d201a4c
|
@ -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