[flannel] update to v0.21.4 (#10027)

This commit is contained in:
Mohamed Omar Zaian
2023-04-25 22:08:16 +02:00
committed by GitHub
parent 4ddbd2bd2d
commit c2a8d543fb
3 changed files with 29 additions and 21 deletions

View File

@@ -171,7 +171,7 @@ Note: Upstart/SysV init based OS types are not supported.
- [calico](https://github.com/projectcalico/calico) v3.25.1 - [calico](https://github.com/projectcalico/calico) v3.25.1
- [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.13.0 - [cilium](https://github.com/cilium/cilium) v1.13.0
- [flannel](https://github.com/flannel-io/flannel) v0.20.2 - [flannel](https://github.com/flannel-io/flannel) v0.21.4
- [kube-ovn](https://github.com/alauda/kube-ovn) v1.10.7 - [kube-ovn](https://github.com/alauda/kube-ovn) v1.10.7
- [kube-router](https://github.com/cloudnativelabs/kube-router) v1.5.1 - [kube-router](https://github.com/cloudnativelabs/kube-router) v1.5.1
- [multus](https://github.com/k8snetworkplumbingwg/multus-cni) v3.8 - [multus](https://github.com/k8snetworkplumbingwg/multus-cni) v3.8

View File

@@ -113,7 +113,7 @@ calico_apiserver_version: "{{ calico_version }}"
typha_enabled: false typha_enabled: false
calico_apiserver_enabled: false calico_apiserver_enabled: false
flannel_version: "v0.20.2" flannel_version: "v0.21.4"
flannel_cni_version: "v1.2.0" flannel_cni_version: "v1.2.0"
cni_version: "v1.2.0" cni_version: "v1.2.0"
weave_version: 2.8.1 weave_version: 2.8.1

View File

@@ -10,25 +10,33 @@ apiVersion: rbac.authorization.k8s.io/v1
metadata: metadata:
name: flannel name: flannel
rules: rules:
- apiGroups: - apiGroups:
- "" - ""
resources: resources:
- pods - pods
verbs: verbs:
- get - get
- apiGroups: - apiGroups:
- "" - ""
resources: resources:
- nodes - nodes
verbs: verbs:
- list - get
- watch - list
- apiGroups: - watch
- "" - apiGroups:
resources: - ""
- nodes/status resources:
verbs: - nodes/status
- patch verbs:
- patch
- apiGroups:
- "networking.k8s.io"
resources:
- clustercidrs
verbs:
- list
- watch
--- ---
kind: ClusterRoleBinding kind: ClusterRoleBinding
apiVersion: rbac.authorization.k8s.io/v1 apiVersion: rbac.authorization.k8s.io/v1