mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-24 06:26:04 -03:30
Update kube-ovn to 1.7.2
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
b66356be65
commit
60853fa682
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user