Bug 1705032
| Summary: | DNS ClusterOperator status should always report versions | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Ravi Sankar <rpenta> |
| Component: | Networking | Assignee: | Dan Mace <dmace> |
| Networking sub component: | DNS | QA Contact: | Hongan Li <hongli> |
| Status: | CLOSED ERRATA | Docs Contact: | |
| Severity: | high | ||
| Priority: | high | CC: | aos-bugs, dmace, hongli, 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: | 1704982 | Environment: | |
| Last Closed: | 2019-06-04 10:48:18 UTC | Type: | --- |
| 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: | 1704982 | ||
| Bug Blocks: | |||
|
Description
Ravi Sankar
2019-05-01 07:59:35 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/dns -o yaml
<---skip--->
versions:
- name: operator
version: 4.1.0-0.nightly-2019-05-04-210601
- name: coredns
version: quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:3f2209f60c556962fa4bcf681ea3996bb47cb2f7ae18a4129d20827b71238b13
- name: openshift-cli
version: quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:32251dc3229be24b7c011403052388fe41dc821eb63078d3513e9b20c2ed0b4e
### post upgrade
versions:
- name: operator
version: 4.1.0-0.nightly-2019-05-05-070156
- name: coredns
version: quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:3f2209f60c556962fa4bcf681ea3996bb47cb2f7ae18a4129d20827b71238b13
- name: openshift-cli
version: quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:8989f12b58aeaef17fd840d7471c208b1b7fc107000af9f03a4190ae325c46e7
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 |