Bug 1812047
| Summary: | The Upgradeable status of "service-catalog-apiserver" is "Unknown" before enable it | |||
|---|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Fan Jia <jfan> | |
| Component: | Service Catalog | Assignee: | Jesus M. Rodriguez <jesusr> | |
| Status: | CLOSED NOTABUG | QA Contact: | Fan Jia <jfan> | |
| Severity: | medium | Docs Contact: | ||
| Priority: | medium | |||
| Version: | 4.4 | CC: | dageoffr | |
| Target Milestone: | --- | |||
| Target Release: | 4.5.0 | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1813488 1813489 1821637 (view as bug list) | Environment: | ||
| Last Closed: | 2020-04-08 21:36:03 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: | ||||
This does not appear to be a release blocker. Moving target release to 4.5 and will continue evaluation there. This was fixed by another bug.
[jesusr@camaro deploy]$ oc version
Client Version: 4.5.0-0.nightly-2020-04-08-180203
Server Version: 4.4.0-rc.6
Kubernetes Version: v1.17.1
[jesusr@camaro deploy]$ oc get clusteroperators service-catalog-apiserver -o yaml
apiVersion: config.openshift.io/v1
kind: ClusterOperator
metadata:
creationTimestamp: "2020-04-08T21:12:10Z"
generation: 1
name: service-catalog-apiserver
resourceVersion: "3780"
selfLink: /apis/config.openshift.io/v1/clusteroperators/service-catalog-apiserver
uid: 13302264-c3b8-4460-a4a5-3569bc67cb35
spec: {}
status:
conditions:
- lastTransitionTime: "2020-04-08T21:12:12Z"
reason: AsExpected
status: "False"
type: Degraded
- lastTransitionTime: "2020-04-08T21:12:12Z"
reason: AsExpected
status: "False"
type: Progressing
- lastTransitionTime: "2020-04-08T21:12:12Z"
message: 'Available: the apiserver is in the desired state (Removed).'
reason: AsExpected
status: "True"
type: Available
- lastTransitionTime: "2020-04-08T21:12:12Z"
message: 'Upgradeable: the apiserver is in a removed state, upgrades are possible.'
reason: AsExpected
status: "True"
type: Upgradeable
extension: null
relatedObjects:
- group: ""
name: openshift-config
resource: namespaces
- group: ""
name: openshift-config-managed
resource: namespaces
- group: ""
name: openshift-service-catalog-apiserver-operator
resource: namespaces
- group: ""
name: openshift-service-catalog-apiserver
resource: namespaces
- group: apiregistration.k8s.io
name: v1beta1.servicecatalog.k8s.io
resource: apiservices
versions:
- name: operator
version: 4.4.0-rc.6
Closing as not a bug for 4.5 since service catalog operators were replaced by jobs. |
Description of problem: The Upgradeable status of "service-catalog-apiserver" is "Unknown" before enable it. Version-Release number of selected component (if applicable): 4.4.0-0.nightly-2020-03-09-205007 How reproducible: always Steps to Reproduce: 1.Install the cluster 2. check the clusteropeators "service-catalog-apiserver" status #oc get clusteropeators service-catalog-apiserver -o yaml Actual results: 1. the Upgradeable status of "service-catalog-apiserver" is "Unknown" #oc get clusteropeators service-catalog-apiserver -o yaml status: conditions: ... - lastTransitionTime: "2020-03-10T02:37:48Z" reason: NoData status: Unknown type: Upgradeable Expected results: 1. The Upgradeable status should be "True" or "False" Additional info: If you enable the "service-catalog-apiserver" the Upgradeable status will be "True".