Fixed several typos in markdown files. (#5005)

This commit is contained in:
Ti Zhou
2017-08-18 02:45:12 +08:00
committed by Steve Perry
parent bc5951ca10
commit 53177b5de0
19 changed files with 29 additions and 29 deletions
@@ -241,7 +241,7 @@ kubectl apply -f https://raw.githubusercontent.com/projectcalico/canal/master/k8
**Note:**
- For flannel to work correctly, `--pod-network-cidr=10.244.0.0/16` has to be passed to `kubeadm init`.
- flannel works on `amd64`, `arm`, `arm64` and `ppc64le`, but for it to work on an other platform than
`amd64` you have to manually download the manifest and replace `amd64` occurances with your chosen platform.
`amd64` you have to manually download the manifest and replace `amd64` occurences with your chosen platform.
```shell
kubectl apply -f https://raw.githubusercontent.com/coreos/flannel/master/Documentation/kube-flannel.yml