File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
content/en/docs/setup/production-environment/tools/kubeadm Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -263,11 +263,12 @@ The following steps are similar to the stacked etcd setup:
263
263
264
264
1. Write the output join commands that are returned to a text file for later use.
265
265
266
- 1. Apply the CNI plugin of your choice. The given example is for Weave Net:
266
+ 1. Apply the CNI plugin of your choice.
267
267
268
- ```sh
269
- kubectl apply -f "https://cloud.weave.works/k8s/net?k8s-version=$(kubectl version | base64 | tr -d ' \n ' )"
270
- ```
268
+ {{< note >}}
269
+ You must pick a network plugin that suits your use case and deploy it before you move on to next step.
270
+ If you don' t do this, you will not be able to launch your cluster properly.
271
+ {{< /note > }}
271
272
272
273
# ## Steps for the rest of the control plane nodes
273
274
You can’t perform that action at this time.
0 commit comments