Commit 4a2cd620 authored by Adrian Macneil's avatar Adrian Macneil

kubeadm: improve quickstart instructions

parent cc568f64
...@@ -49,9 +49,9 @@ var ( ...@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment