Update create-cluster-kubeadm.md (#5849)

Update flannel script to use latest version.
1. It is fully compatible with previous versions (see [Release Notes](https://github.com/coreos/flannel/releases))
2. `kube-flannel-rbac.yml` was merged to `kube-flannel.yml`
This commit is contained in:
Alon Lavi
2017-10-10 23:11:55 +03:00
committed by Steve Perry
parent 296e68e954
commit 6baa779ee8
@@ -257,8 +257,7 @@ kubectl apply -f https://raw.githubusercontent.com/projectcalico/canal/master/k8
`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/v0.8.0/Documentation/kube-flannel.yml
kubectl apply -f https://raw.githubusercontent.com/coreos/flannel/v0.8.0/Documentation/kube-flannel-rbac.yml
kubectl apply -f https://raw.githubusercontent.com/coreos/flannel/v0.9.0/Documentation/kube-flannel.yml
```
{% endcapture %}