Bug 1813489
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 ERRATA | QA Contact: | Fan Jia <jfan> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 4.4 | ||
Target Milestone: | --- | ||
Target Release: | 4.4.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: |
Cause:
Upgradeable field was not being properly set by the Service Catalog Operators.
Consequence:
Upgradeable field would appear as Unknown after a fresh cluster install.
Fix:
The Upgradeable field was properly set by the Service Catalog Operators when they are first run. And subsequently through the various management states.
Result:
|
Story Points: | --- |
Clone Of: | 1812047 | Environment: | |
Last Closed: | 2020-05-04 11:46:21 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: | |||
Bug Depends On: | |||
Bug Blocks: | 1813488 |
Description
Fan Jia
2020-03-14 01:36:31 UTC
Seems fixed for both of the service catalog operators in 4.4.0-rc.6 [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 [jesusr@camaro deploy]$ oc get clusteroperators service-catalog-controller-manager -o yaml apiVersion: config.openshift.io/v1 kind: ClusterOperator metadata: creationTimestamp: "2020-04-08T21:12:08Z" generation: 1 name: service-catalog-controller-manager resourceVersion: "3422" selfLink: /apis/config.openshift.io/v1/clusteroperators/service-catalog-controller-manager uid: 501250b9-9bd9-41cc-a090-8090180df8e7 spec: {} status: conditions: - lastTransitionTime: "2020-04-08T21:12:08Z" reason: AsExpected status: "False" type: Degraded - lastTransitionTime: "2020-04-08T21:12:08Z" message: 'Progressing: the controller manager is in a removed state, therefore no changes are being applied.' reason: AsExpected status: "False" type: Progressing - lastTransitionTime: "2020-04-08T21:12:08Z" message: 'Available: the controller manager is not initially installed, operator is available, switch to Managed to enable.' reason: AsExpected status: "True" type: Available - lastTransitionTime: "2020-04-08T21:12:08Z" message: 'Upgradeable: the controller manager is in a removed state, upgrades are possible.' reason: AsExpected status: "True" type: Upgradeable extension: null relatedObjects: - group: operator.openshift.io name: cluster resource: servicecatalogcontrollermanagers - group: "" name: openshift-service-catalog-controller-manager-operator resource: namespaces - group: "" name: openshift-service-catalog-controller-manager resource: namespaces versions: - name: operator version: 4.4.0-rc.6 test result: cv: 4.4.0-0.nightly-2020-04-07-130324 $ oc get clusteroperators service-catalog-controller-manager -o yaml apiVersion: config.openshift.io/v1 kind: ClusterOperator metadata: creationTimestamp: "2020-04-09T01:34:20Z" generation: 1 name: service-catalog-controller-manager resourceVersion: "3314" selfLink: /apis/config.openshift.io/v1/clusteroperators/service-catalog-controller-manager uid: 06906808-170c-4f1c-af86-fce087ed3d29 spec: {} status: conditions: - lastTransitionTime: "2020-04-09T01:34:20Z" reason: AsExpected status: "False" type: Degraded - lastTransitionTime: "2020-04-09T01:34:20Z" message: 'Progressing: the controller manager is in a removed state, therefore no changes are being applied.' reason: AsExpected status: "False" type: Progressing - lastTransitionTime: "2020-04-09T01:34:20Z" message: 'Available: the controller manager is not initially installed, operator is available, switch to Managed to enable.' reason: AsExpected status: "True" type: Available - lastTransitionTime: "2020-04-09T01:34:20Z" message: 'Upgradeable: the controller manager is in a removed state, upgrades are possible.' reason: AsExpected status: "True" type: Upgradeable $ oc get clusteroperators service-catalog-apiserver -o yaml apiVersion: config.openshift.io/v1 kind: ClusterOperator metadata: creationTimestamp: "2020-04-09T01:34:25Z" generation: 1 name: service-catalog-apiserver resourceVersion: "3808" selfLink: /apis/config.openshift.io/v1/clusteroperators/service-catalog-apiserver uid: d32b0825-ef67-4964-8a10-189f1baebe6b spec: {} status: conditions: - lastTransitionTime: "2020-04-09T01:34:26Z" reason: AsExpected status: "False" type: Degraded - lastTransitionTime: "2020-04-09T01:34:26Z" reason: AsExpected status: "False" type: Progressing - lastTransitionTime: "2020-04-09T01:34:26Z" message: 'Available: the apiserver is in the desired state (Removed).' reason: AsExpected status: "True" type: Available - lastTransitionTime: "2020-04-09T01:34:26Z" message: 'Upgradeable: the apiserver is in a removed state, upgrades are possible.' reason: AsExpected status: "True" type: Upgradeable 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-2020:0581 |