Skip to content

Commit 779ceeb

Browse files
authored
Merge pull request kubernetes#45011 from steve-hardman/add-cni-link
Add link to supported networking addons in "Creating a cluster with kubeadm" page
2 parents 9eef95f + cb5a5ad commit 779ceeb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

+4-1
Original file line numberDiff line numberDiff line change
@@ -333,7 +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
336+
337+
Please refer to the [Installing Addons](/docs/concepts/cluster-administration/addons/#networking-and-network-policy)
338+
page for a non-exhaustive list of networking addons supported by Kubernetes.
339+
You can install a Pod network add-on with the following command on the
337340
control-plane node or a node that has the kubeconfig credentials:
338341

339342
```bash

0 commit comments

Comments
 (0)