Rephrase note

This commit is contained in:
Kahou Lei
2019-04-01 13:10:33 -07:00
committed by Doug Smith
parent d7fd3a6770
commit 69ac1a5935

View File

@@ -34,7 +34,7 @@ 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
**NOTE**: The pod cidr in flannel-daemonset.yml is 10.244.0.0/16. If you're using `kubeadm` to install Kubernetes, you may have to specify `--pod-network-cidr=10.244.0.0/16` as a parameter to `kubeadm init`.
### 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: