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:
parent
bb9ee3db9b
commit
14c348819f
|
@ -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 plugin’s 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 plugin’s 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>
|
||||
|
|
Loading…
Reference in New Issue