Pin flannel yaml to specific version (#5588)

This file has been updated in master from what is supported in this Kubernetes version
This commit is contained in:
Rob Szumski
2017-09-29 15:36:11 -07:00
committed by Andrew Chen
parent 37966ae69b
commit 483e6ed633
@@ -257,7 +257,8 @@ 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/master/Documentation/kube-flannel.yml
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
```
{% endcapture %}