pod-network to be done only on master node (#15505)

* pod-network to be done only on master node

added a note saying that Install a pod-network add on need to be done only on the master node

* updated where to run pod-network doc
This commit is contained in:
Alex Punnen 2019-07-25 13:05:53 +05:30 committed by Kubernetes Prow Robot
parent bb9ee3db9b
commit 14c348819f
1 changed files with 1 additions and 1 deletions

View File

@ -270,7 +270,7 @@ Make sure that your network manifest supports RBAC.
Also, beware, that your Pod network must not overlap with any of the host networks as this can cause issues.
If you find a collision between your network plugins preferred Pod network and some of your host networks, you should think of a suitable CIDR replacement and use that during `kubeadm init` with `--pod-network-cidr` and as a replacement in your network plugins YAML.
You can install a pod network add-on with the following command:
You can install a pod network add-on with the following command on the control-plane node or a node that has the kubeconfig credentials:
```bash
kubectl apply -f <add-on.yaml>