mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-22 18:16:52 +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):
|
To start using your cluster, you need to run (as a regular user):
|
||||||
|
|
||||||
sudo cp {{.KubeConfigPath}} $HOME/
|
mkdir -p $HOME/.kube
|
||||||
sudo chown $(id -u):$(id -g) $HOME/{{.KubeConfigName}}
|
sudo cp -i {{.KubeConfigPath}} $HOME/.kube/config
|
||||||
export KUBECONFIG=$HOME/{{.KubeConfigName}}
|
sudo chown $(id -u):$(id -g) $HOME/.kube/config
|
||||||
|
|
||||||
You should now deploy a pod network to the cluster.
|
You should now deploy a pod network to the cluster.
|
||||||
Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
|
Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
|
||||||
|
Loading…
Reference in New Issue
Block a user