Dumb typo in kubeadm instructions

Signed-off-by: Joe Beda <joe.github@bedafamily.com>
This commit is contained in:
Joe Beda 2017-03-13 21:45:26 +00:00
parent 5913c5a453
commit 505464d496
No known key found for this signature in database
GPG Key ID: 4296898C63A3591D

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.