Users should choose network plugin before initializing cluster (#8373)

Before running `kubeadm init` users should be informed that the command might change depending on the network plugins they choose. It is better to provide it before presenting with `kubeadm init` so that they don't have to tear the cluster apart once they figure out they needed some extra parameters while running the command
pull/8506/head
Anubhav 2018-05-11 13:07:26 -07:00 committed by k8s-ci-robot
parent 093b78bf00
commit 3b2781a70c
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ The master is the machine where the control plane components run, including
etcd (the cluster database) and the API server (which the kubectl CLI
communicates with).
To initialize the master, pick one of the machines you previously installed
To initialize the master, first choose the pod network plugin you want and check if it requires any parameters to be passed to kubeadm while initializing the cluster. Pick one of the machines you previously installed
kubeadm on, and run:
```bash