Bug 1727022
| Summary: | [4.2] ClusterOperator machine-config missing ClusterStatusConditionType Upgradeable | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Liang Xia <lxia> |
| Component: | Machine Config Operator | Assignee: | Erica von Buelow <evb> |
| Status: | CLOSED ERRATA | QA Contact: | Micah Abbott <miabbott> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 4.2.0 | CC: | evb |
| Target Milestone: | --- | ||
| Target Release: | 4.2.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-10-16 06:33:07 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
Liang Xia
2019-07-04 09:35:28 UTC
The issue has been fixed.
$ oc get co machine-config -o yaml
apiVersion: config.openshift.io/v1
kind: ClusterOperator
metadata:
creationTimestamp: "2019-07-29T01:53:48Z"
generation: 1
name: machine-config
resourceVersion: "12101"
selfLink: /apis/config.openshift.io/v1/clusteroperators/machine-config
uid: b4ee1e6c-b1a3-11e9-bb54-000d3a92e279
spec: {}
status:
conditions:
- lastTransitionTime: "2019-07-29T01:55:49Z"
message: Cluster has deployed 4.2.0-0.nightly-2019-07-28-222114
status: "True"
type: Available
- lastTransitionTime: "2019-07-29T01:55:49Z"
message: Cluster version is 4.2.0-0.nightly-2019-07-28-222114
status: "False"
type: Progressing
- lastTransitionTime: "2019-07-29T01:53:48Z"
status: "False"
type: Degraded
- lastTransitionTime: "2019-07-29T01:55:49Z"
reason: AsExpected
status: "True"
type: Upgradeable
extension:
master: all 3 nodes are at latest configuration rendered-master-b5d9373dd835b8b9e020899d0b8c78d2
worker: all 2 nodes are at latest configuration rendered-worker-e12b51053b0802ff8a4bb259dc243610
relatedObjects:
- group: ""
name: openshift-machine-config-operator
resource: namespaces
- group: machineconfiguration.openshift.io
name: master
resource: machineconfigpools
- group: machineconfiguration.openshift.io
name: worker
resource: machineconfigpools
- group: machineconfiguration.openshift.io
name: cluster
resource: controllerconfigs
versions:
- name: operator
version: 4.2.0-0.nightly-2019-07-28-222114
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:2922 |