File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
content/en/docs/setup/production-environment/tools/kubeadm Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -333,8 +333,10 @@ support [Network Policy](/docs/concepts/services-networking/network-policies/).
333
333
See a list of add-ons that implement the
334
334
[ Kubernetes networking model] ( /docs/concepts/cluster-administration/networking/#how-to-implement-the-kubernetes-network-model ) .
335
335
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:
338
340
339
341
``` bash
340
342
kubectl apply -f < add-on.yaml>
You can’t perform that action at this time.
0 commit comments