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 commandpull/8506/head
parent
093b78bf00
commit
3b2781a70c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue