mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 11:21:47 +00:00
Merge pull request #43022 from jbeda/kubeadm-message
Automatic merge from submit-queue (batch tested with PRs 43022, 43078) Dumb typo in kubeadm instructions I typo'd chown as chmod in kubeadm instructions. Ugh. ```release-note NONE ```
This commit is contained in:
commit
c425b4edb9
@ -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