mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-21 09:34:40 +00:00
kubeadm: improve quickstart instructions
This commit is contained in:
parent
cc568f6433
commit
4a2cd62080
@ -49,9 +49,9 @@ var (
|
||||
|
||||
To start using your cluster, you need to run (as a regular user):
|
||||
|
||||
sudo cp {{.KubeConfigPath}} $HOME/
|
||||
sudo chown $(id -u):$(id -g) $HOME/{{.KubeConfigName}}
|
||||
export KUBECONFIG=$HOME/{{.KubeConfigName}}
|
||||
mkdir -p $HOME/.kube
|
||||
sudo cp -i {{.KubeConfigPath}} $HOME/.kube/config
|
||||
sudo chown $(id -u):$(id -g) $HOME/.kube/config
|
||||
|
||||
You should now deploy a pod network to the cluster.
|
||||
Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
|
||||
|
Loading…
Reference in New Issue
Block a user