mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 19:31:44 +00:00
Dumb typo in kubeadm instructions
Signed-off-by: Joe Beda <joe.github@bedafamily.com>
This commit is contained in:
parent
5913c5a453
commit
505464d496
@ -50,7 +50,7 @@ var (
|
||||
To start using your cluster, you need to run (as a regular user):
|
||||
|
||||
sudo cp {{.KubeConfigPath}} $HOME/
|
||||
sudo chmod $(id -u):$(id -g) $HOME/{{.KubeConfigName}}
|
||||
sudo chown $(id -u):$(id -g) $HOME/{{.KubeConfigName}}
|
||||
export KUBECONFIG=$HOME/{{.KubeConfigName}}
|
||||
|
||||
You should now deploy a pod network to the cluster.
|
||||
|
Loading…
Reference in New Issue
Block a user