update cilium to v1.11.7 (#9119)
This commit is contained in:
parent
4b3db07cdb
commit
8306adb102
4 changed files with 19 additions and 3 deletions
|
@ -143,7 +143,7 @@ Note: Upstart/SysV init based OS types are not supported.
|
||||||
- [cni-plugins](https://github.com/containernetworking/plugins) v1.1.1
|
- [cni-plugins](https://github.com/containernetworking/plugins) v1.1.1
|
||||||
- [calico](https://github.com/projectcalico/calico) v3.23.3
|
- [calico](https://github.com/projectcalico/calico) v3.23.3
|
||||||
- [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.11.6
|
- [cilium](https://github.com/cilium/cilium) v1.11.7
|
||||||
- [flannel](https://github.com/flannel-io/flannel) v0.18.1
|
- [flannel](https://github.com/flannel-io/flannel) v0.18.1
|
||||||
- [kube-ovn](https://github.com/alauda/kube-ovn) v1.9.7
|
- [kube-ovn](https://github.com/alauda/kube-ovn) v1.9.7
|
||||||
- [kube-router](https://github.com/cloudnativelabs/kube-router) v1.5.0
|
- [kube-router](https://github.com/cloudnativelabs/kube-router) v1.5.0
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
# cilium_version: "v1.11.6"
|
# cilium_version: "v1.11.7"
|
||||||
|
|
||||||
# Log-level
|
# Log-level
|
||||||
# cilium_debug: false
|
# cilium_debug: false
|
||||||
|
|
|
@ -110,7 +110,7 @@ flannel_cni_version: "v1.1.0"
|
||||||
cni_version: "v1.1.1"
|
cni_version: "v1.1.1"
|
||||||
weave_version: 2.8.1
|
weave_version: 2.8.1
|
||||||
pod_infra_version: "3.6"
|
pod_infra_version: "3.6"
|
||||||
cilium_version: "v1.11.6"
|
cilium_version: "v1.11.7"
|
||||||
kube_ovn_version: "v1.9.7"
|
kube_ovn_version: "v1.9.7"
|
||||||
kube_ovn_dpdk_version: "19.11-{{ kube_ovn_version }}"
|
kube_ovn_dpdk_version: "19.11-{{ kube_ovn_version }}"
|
||||||
kube_router_version: "v1.5.0"
|
kube_router_version: "v1.5.0"
|
||||||
|
|
|
@ -15,6 +15,22 @@ rules:
|
||||||
- list
|
- list
|
||||||
- watch
|
- watch
|
||||||
- delete
|
- delete
|
||||||
|
- apiGroups:
|
||||||
|
- ""
|
||||||
|
resources:
|
||||||
|
- nodes
|
||||||
|
verbs:
|
||||||
|
- list
|
||||||
|
- watch
|
||||||
|
- apiGroups:
|
||||||
|
- ""
|
||||||
|
resources:
|
||||||
|
# To remove node taints
|
||||||
|
- nodes
|
||||||
|
# To set NetworkUnavailable false on startup
|
||||||
|
- nodes/status
|
||||||
|
verbs:
|
||||||
|
- patch
|
||||||
- apiGroups:
|
- apiGroups:
|
||||||
- discovery.k8s.io
|
- discovery.k8s.io
|
||||||
resources:
|
resources:
|
||||||
|
|
Loading…
Reference in a new issue