Bug 1704982
Summary: | Ingress ClusterOperator status should always report versions | |||
---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Ravi Sankar <rpenta> | |
Component: | Networking | Assignee: | Dan Mace <dmace> | |
Networking sub component: | router | QA Contact: | Hongan Li <hongli> | |
Status: | CLOSED ERRATA | Docs Contact: | ||
Severity: | unspecified | |||
Priority: | unspecified | CC: | aos-bugs, trankin | |
Version: | 4.1.0 | |||
Target Milestone: | --- | |||
Target Release: | 4.1.0 | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | Bug Fix | ||
Doc Text: |
Cause: As per the spec, operator should always report versions irrespective of the status condition. Also old version must be reported in case of progressing condition.
Consequence: CVO may not behave correctly when versions are not reported or has incorrect versions.
Fix: Report versions as per the spec.
Result: CVO will operate correctly during reporting and upgrades for this operator.
|
Story Points: | --- | |
Clone Of: | ||||
: | 1705032 (view as bug list) | Environment: | ||
Last Closed: | 2019-06-04 10:48:18 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: | ||||
Bug Depends On: | ||||
Bug Blocks: | 1705032 |
Description
Ravi Sankar
2019-05-01 00:04:46 UTC
upgraded from 4.1.0-0.nightly-2019-05-04-210601 to 4.1.0-0.nightly-2019-05-05-070156 and verified ### before upgrade $ oc get clusteroperator/ingress -o yaml versions: - name: operator version: 4.1.0-0.nightly-2019-05-04-210601 - name: ingress-controller version: quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:307e8b95f9a65100596cc3453f096fe5b4a146155b72b14bda425caf448964a9 ### post upgrade versions: - name: operator version: 4.1.0-0.nightly-2019-05-05-070156 - name: ingress-controller version: quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:307e8b95f9a65100596cc3453f096fe5b4a146155b72b14bda425caf448964a9 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, 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/RHBA-2019:0758 |