Update kube-ovn to 1.7.2
This commit is contained in:
parent
b66356be65
commit
60853fa682
3 changed files with 7 additions and 2 deletions
|
@ -141,7 +141,7 @@ Note: Upstart/SysV init based OS types are not supported.
|
|||
- [canal](https://github.com/projectcalico/canal) (given calico/flannel versions)
|
||||
- [cilium](https://github.com/cilium/cilium) v1.9.10
|
||||
- [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.2
|
||||
- [kube-router](https://github.com/cloudnativelabs/kube-router) v1.3.0
|
||||
- [multus](https://github.com/intel/multus-cni) v3.7.2
|
||||
- [ovn4nfv](https://github.com/opnfv/ovn4nfv-k8s-plugin) v1.1.0
|
||||
|
|
|
@ -83,7 +83,7 @@ cni_version: "v0.9.1"
|
|||
weave_version: 2.8.1
|
||||
pod_infra_version: "3.3"
|
||||
cilium_version: "v1.9.10"
|
||||
kube_ovn_version: "v1.7.0"
|
||||
kube_ovn_version: "v1.7.2"
|
||||
kube_router_version: "v1.3.0"
|
||||
multus_version: "v3.7.2"
|
||||
ovn4nfv_ovn_image_version: "v1.0.0"
|
||||
|
|
|
@ -318,6 +318,8 @@ spec:
|
|||
status:
|
||||
type: object
|
||||
properties:
|
||||
ready:
|
||||
type: boolean
|
||||
readyNodes:
|
||||
type: array
|
||||
items:
|
||||
|
@ -349,6 +351,9 @@ spec:
|
|||
- name: DefaultInterface
|
||||
type: string
|
||||
jsonPath: .spec.defaultInterface
|
||||
- name: Ready
|
||||
type: boolean
|
||||
jsonPath: .status.ready
|
||||
scope: Cluster
|
||||
names:
|
||||
plural: provider-networks
|
||||
|
|
Loading…
Reference in a new issue