File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
content/en/docs/setup/production-environment/tools/kubeadm Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -167,14 +167,13 @@ option. Your cluster requirements may need a different configuration.
167
167
{{< /caution > }}
168
168
169
169
1. Apply the CNI plugin of your choice:
170
- [Follow these instructions](/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm/# pod-network)
170
+ [Follow these instructions](/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm/# pod-network)
171
171
to install the CNI provider. Make sure the configuration corresponds to the Pod CIDR specified in the kubeadm configuration file if applicable.
172
-
173
- In this example we are using Weave Net:
174
-
175
- ` ` ` sh
176
- kubectl apply -f " https://cloud.weave.works/k8s/net?k8s-version=$( kubectl version | base64 | tr -d ' \n' ) "
177
- ` ` `
172
+
173
+ {{< note > }}
174
+ You must pick a network plugin that suits your use case and deploy it before you move on to next step.
175
+ If you don' t do this, you will not be able to launch your cluster properly.
176
+ {{< /note >}}
178
177
179
178
1. Type the following and watch the pods of the control plane components get started:
180
179
You can’t perform that action at this time.
0 commit comments