Bug 2076292
| Summary: | Upgrade from 4.10.1->4.11 using nightly channel, is not completing with error "could not complete the upgrade process. KubeVirt is not with the expected version. Check KubeVirt observed version in the status field of its CR" | ||
|---|---|---|---|
| Product: | Container Native Virtualization (CNV) | Reporter: | Debarati Basu-Nag <dbasunag> |
| Component: | Installation | Assignee: | Simone Tiraboschi <stirabos> |
| Status: | CLOSED ERRATA | QA Contact: | Debarati Basu-Nag <dbasunag> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 4.11.0 | CC: | cnv-qe-bugs, stirabos |
| Target Milestone: | --- | ||
| Target Release: | 4.11.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | hco-bundle-registry-container-v4.11.0-227 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2022-09-14 19:30:30 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Important: OpenShift Virtualization 4.11.0 Images security and bug fix update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2022:6526 |
[cnv-qe-jenkins@c01-dbn-pr1-57g6k-executor ~]$ kubectl get csv -n openshift-cnv NAME DISPLAY VERSION REPLACES PHASE jaeger-operator.v1.34.1-5 Red Hat OpenShift distributed tracing platform 1.34.1-5 jaeger-operator.v1.30.2 Succeeded kiali-operator.v1.48.1 Kiali Operator 1.48.1 kiali-operator.v1.48.0 Succeeded kubevirt-hyperconverged-operator.4.11.0-590 OpenShift Virtualization 4.11.0-590 kubevirt-hyperconverged-operator.4.10.4-4 Succeeded servicemeshoperator.v2.2.1 Red Hat OpenShift Service Mesh 2.2.1-0 servicemeshoperator.v2.2.0 Succeeded [cnv-qe-jenkins@c01-dbn-pr1-57g6k-executor ~]$ [cnv-qe-jenkins@c01-dbn-pr1-57g6k-executor ~]$ kubectl get hco kubevirt-hyperconverged -n openshift-cnv -o json | jq ".status.conditions" [ { "lastTransitionTime": "2022-08-05T19:05:17Z", "message": "Reconcile completed successfully", "observedGeneration": 2, "reason": "ReconcileCompleted", "status": "True", "type": "ReconcileComplete" }, { "lastTransitionTime": "2022-08-05T19:12:28Z", "message": "Reconcile completed successfully", "observedGeneration": 2, "reason": "ReconcileCompleted", "status": "True", "type": "Available" }, { "lastTransitionTime": "2022-08-05T19:12:28Z", "message": "Reconcile completed successfully", "observedGeneration": 2, "reason": "ReconcileCompleted", "status": "False", "type": "Progressing" }, { "lastTransitionTime": "2022-08-05T19:12:28Z", "message": "Reconcile completed successfully", "observedGeneration": 2, "reason": "ReconcileCompleted", "status": "False", "type": "Degraded" }, { "lastTransitionTime": "2022-08-05T19:12:28Z", "message": "Reconcile completed successfully", "observedGeneration": 2, "reason": "ReconcileCompleted", "status": "True", "type": "Upgradeable" } ] [cnv-qe-jenkins@c01-dbn-pr1-57g6k-executor ~]$ kubectl get hco kubevirt-hyperconverged -n openshift-cnv -o json | jq ".status.versions" [ { "name": "operator", "version": "4.11.0" } ] [cnv-qe-jenkins@c01-dbn-pr1-57g6k-executor ~]$ Upgrade from 4.10.4-4 ->4.11.0-590 completed successfully.