Bug 1821636 - The Upgradeable status of "service-catalog-apiserver" is "Unknown" before enable it
Summary: The Upgradeable status of "service-catalog-apiserver" is "Unknown" before ena...
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Service Catalog
Version: 4.2.z
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: 4.2.z
Assignee: Jesus M. Rodriguez
QA Contact: Fan Jia
URL:
Whiteboard:
Depends On: 1813488
Blocks: 1821637
TreeView+ depends on / blocked
 
Reported: 2020-04-07 09:38 UTC by Fan Jia
Modified: 2020-05-01 15:56 UTC (History)
0 users

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-05-01 15:56:34 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github openshift cluster-svcat-apiserver-operator pull 85 0 None open Bug 1821636: Set Upgradeable: True 2020-05-01 15:37:55 UTC

Description Fan Jia 2020-04-07 09:38:44 UTC
Description of problem:
The Upgradeable status of "service-catalog-apiserver" is "Unknown" before enable it.

Version-Release number of selected component (if applicable):
4.2.z

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".
service-catalog-controller-manager also has the same problem.

Comment 2 Jesus M. Rodriguez 2020-05-01 15:56:34 UTC
We closed a similar bug, https://bugzilla.redhat.com/show_bug.cgi?id=1755492, against cluster-svcat-controller-manager-operator. Closing this as WONTFIX.


Note You need to log in before you can comment on or make changes to this bug.