Fix flannel revision for 1.16+ (#16575)

This version of flannel manifests include `cniVersion` that is
required for it to work properly with Kubernetes 1.16+.
pull/16576/head
Rafael Fernández López 2019-09-26 22:00:35 +02:00 committed by Kubernetes Prow Robot
parent fbc03c8ec6
commit 1524d24915
1 changed files with 1 additions and 1 deletions

View File

@ -376,7 +376,7 @@ Note that `flannel` works on `amd64`, `arm`, `arm64`, `ppc64le` and `s390x` unde
Windows (`amd64`) is claimed as supported in v0.11.0 but the usage is undocumented. Windows (`amd64`) is claimed as supported in v0.11.0 but the usage is undocumented.
```shell ```shell
kubectl apply -f https://raw.githubusercontent.com/coreos/flannel/32a765fd19ba45b387fdc5e3812c41fff47cfd55/Documentation/kube-flannel.yml kubectl apply -f https://raw.githubusercontent.com/coreos/flannel/2140ac876ef134e0ed5af15c65e414cf26827915/Documentation/kube-flannel.yml
``` ```
For more information about `flannel`, see [the CoreOS flannel repository on GitHub For more information about `flannel`, see [the CoreOS flannel repository on GitHub