mirror of
https://github.com/k8snetworkplumbingwg/multus-cni.git
synced 2025-06-29 17:16:52 +00:00
Add pod cidr indication in quickstart doc
The flannel yaml in the example is using 10.244.0.0/16. If user bootstraps a k8s cluster with different pod cidr, pod traffic will not go thru the flannel vxlan tunnel.
This commit is contained in:
parent
7656080a53
commit
d7fd3a6770
@ -33,6 +33,8 @@ If the runtime is cri-o, then apply these files.
|
||||
```
|
||||
$ cat ./images/{multus-crio-daemonset.yml,flannel-daemonset.yml} | kubectl apply -f -
|
||||
```
|
||||
|
||||
NOTE: The pod cidr in flannel-daemonset.yml is 10.244.0.0/16. You have to specify `--pod-network-cidr=10.244.0.0/16` if you use kubeadm to install kubernetes
|
||||
### Validating your installation
|
||||
|
||||
Generally, the first step in validating your installation is to look at the `STATUS` field of your nodes, you can check it out by looking at:
|
||||
|
Loading…
Reference in New Issue
Block a user