Skip to content

Commit 2e741ee

Browse files
Add link to network add-ons list
1 parent 72accd4 commit 2e741ee

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

content/en/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -333,8 +333,10 @@ support [Network Policy](/docs/concepts/services-networking/network-policies/).
333333
See a list of add-ons that implement the
334334
[Kubernetes networking model](/docs/concepts/cluster-administration/networking/#how-to-implement-the-kubernetes-network-model).
335335

336-
You can install a Pod network add-on with the following command on the
337-
control-plane node or a node that has the kubeconfig credentials:
336+
337+
Please refer to the Installing Addons page for a non-exhaustive list of networking
338+
addons supported by Kubernetes You can install a Pod network add-on with the following
339+
command on the control-plane node or a node that has the kubeconfig credentials:
338340

339341
```bash
340342
kubectl apply -f <add-on.yaml>

0 commit comments

Comments
 (0)