Don't recommend any CNI plugin for kubeadm clusters

This commit is contained in:
Tim Bannister
2022-01-17 21:31:13 +00:00
parent d9edcc33ff
commit 62905feb8e
@@ -263,11 +263,12 @@ The following steps are similar to the stacked etcd setup:
1. Write the output join commands that are returned to a text file for later use. 1. Write the output join commands that are returned to a text file for later use.
1. Apply the CNI plugin of your choice. The given example is for Weave Net: 1. Apply the CNI plugin of your choice.
```sh {{< note >}}
kubectl apply -f "https://cloud.weave.works/k8s/net?k8s-version=$(kubectl version | base64 | tr -d '\n')" You must pick a network plugin that suits your use case and deploy it before you move on to next step.
``` If you don't do this, you will not be able to launch your cluster properly.
{{< /note >}}
### Steps for the rest of the control plane nodes ### Steps for the rest of the control plane nodes