Bug 1707085
| Summary: | [upgrade] the status.conditions of Ingress operator is not updated after upgrade | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Daneyon Hansen <dhansen> |
| Component: | Networking | Assignee: | Daneyon Hansen <dhansen> |
| Networking sub component: | router | QA Contact: | Hongan Li <hongli> |
| Status: | CLOSED ERRATA | Docs Contact: | |
| Severity: | medium | ||
| Priority: | medium | CC: | aos-bugs, bbennett, dmace, mmasters |
| Version: | 4.1.0 | ||
| Target Milestone: | --- | ||
| Target Release: | 4.1.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-06-04 10:48:31 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: | |||
|
Description
Daneyon Hansen
2019-05-06 19:09:32 UTC
PR https://github.com/openshift/cluster-ingress-operator/pull/230 submitted to fix this bug. https://github.com/openshift/cluster-ingress-operator/pull/230 has been closed in favor of https://github.com/openshift/cluster-ingress-operator/pull/229 upgrade from 4.1.0-0.nightly-2019-05-07-201043 to 4.1.0-0.nightly-2019-05-07-233329, and the lastTransitionTime of `Progressing` is updated after upgrade.
### before upgrade
status:
conditions:
- lastTransitionTime: "2019-05-08T02:48:03Z"
message: operand namespace exists
status: "False"
type: Degraded
- lastTransitionTime: "2019-05-08T02:54:39Z"
message: desired and current number of IngressControllers are equal
status: "False"
type: Progressing
- lastTransitionTime: "2019-05-08T02:54:36Z"
message: desired and current number of IngressControllers are equal
status: "True"
type: Available
extension: null
relatedObjects:
- group: ""
name: openshift-ingress-operator
resource: namespaces
- group: ""
name: openshift-ingress
resource: namespaces
versions:
- name: operator
version: 4.1.0-0.nightly-2019-05-07-201043
### post upgrade
status:
conditions:
- lastTransitionTime: "2019-05-08T02:48:03Z"
message: operand namespace exists
status: "False"
type: Degraded
- lastTransitionTime: "2019-05-08T05:29:12Z"
message: desired and current number of IngressControllers are equal
status: "False"
type: Progressing
- lastTransitionTime: "2019-05-08T02:54:36Z"
message: desired and current number of IngressControllers are equal
status: "True"
type: Available
extension: null
relatedObjects:
- group: ""
name: openshift-ingress-operator
resource: namespaces
- group: ""
name: openshift-ingress
resource: namespaces
versions:
- name: operator
version: 4.1.0-0.nightly-2019-05-07-233329
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 |