Skip to content

Commit

Permalink
Users should choose network plugin before initializing cluster (kuber…
Browse files Browse the repository at this point in the history
…netes#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
  • Loading branch information
Anubhav authored and k8s-ci-robot committed May 11, 2018
1 parent 093b78b commit 3b2781a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3b2781a

Please sign in to comment.