Skip to content

Commit 62905fe

Browse files
author
Tim Bannister
committed
Don't recommend any CNI plugin for kubeadm clusters
1 parent d9edcc3 commit 62905fe

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

content/en/docs/setup/production-environment/tools/kubeadm/high-availability.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -263,11 +263,12 @@ The following steps are similar to the stacked etcd setup:
263263
264264
1. Write the output join commands that are returned to a text file for later use.
265265
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.
267267
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 >}}
271272

272273
### Steps for the rest of the control plane nodes
273274

0 commit comments

Comments
 (0)