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:
Kubernetes Submit Queue 2017-03-14 08:49:19 -07:00 committed by GitHub
commit c425b4edb9

View File

@ -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.