Skip to content

Commit d9edcc3

Browse files
authored
Merge pull request #31325 from Darshnadas/weave
Removed weave url
2 parents c7079c4 + 8a5c44c commit d9edcc3

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

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

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -167,14 +167,13 @@ option. Your cluster requirements may need a different configuration.
167167
{{< /caution >}}
168168

169169
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)
171171
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 >}}
178177
179178
1. Type the following and watch the pods of the control plane components get started:
180179

0 commit comments

Comments
 (0)