Browse Source

Update flannel to 0.14.0 (moved from coreos repo to flannel-io)

pull/7814/head
Florian Ruynat 3 years ago
committed by Kubernetes Prow Robot
parent
commit
6583add63a
2 changed files with 2 additions and 2 deletions
  1. 2
      README.md
  2. 2
      roles/download/defaults/main.yml

2
README.md

@ -140,7 +140,7 @@ Note: Upstart/SysV init based OS types are not supported.
- [calico](https://github.com/projectcalico/calico) v3.17.4 - [calico](https://github.com/projectcalico/calico) v3.17.4
- [canal](https://github.com/projectcalico/canal) (given calico/flannel versions) - [canal](https://github.com/projectcalico/canal) (given calico/flannel versions)
- [cilium](https://github.com/cilium/cilium) v1.8.9 - [cilium](https://github.com/cilium/cilium) v1.8.9
- [flanneld](https://github.com/coreos/flannel) v0.13.0
- [flanneld](https://github.com/flannel-io/flannel) v0.14.0
- [kube-ovn](https://github.com/alauda/kube-ovn) v1.7.1 - [kube-ovn](https://github.com/alauda/kube-ovn) v1.7.1
- [kube-router](https://github.com/cloudnativelabs/kube-router) v1.2.2 - [kube-router](https://github.com/cloudnativelabs/kube-router) v1.2.2
- [multus](https://github.com/intel/multus-cni) v3.7.0 - [multus](https://github.com/intel/multus-cni) v3.7.0

2
roles/download/defaults/main.yml

@ -75,7 +75,7 @@ calico_policy_version: "{{ calico_version }}"
calico_typha_version: "{{ calico_version }}" calico_typha_version: "{{ calico_version }}"
typha_enabled: false typha_enabled: false
flannel_version: "v0.13.0"
flannel_version: "v0.14.0"
cni_version: "v0.9.1" cni_version: "v0.9.1"
weave_version: 2.8.1 weave_version: 2.8.1
pod_infra_version: "3.3" pod_infra_version: "3.3"

Loading…
Cancel
Save