Bug 1896600
| Summary: | Web console going blank after selecting any operator to install from OperatorHub | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | OpenShift BugZilla Robot <openshift-bugzilla-robot> |
| Component: | Management Console | Assignee: | Samuel Padgett <spadgett> |
| Status: | CLOSED ERRATA | QA Contact: | Yanping Zhang <yanpzhan> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 4.5 | CC: | aos-bugs, jhadvig, jokerman, rhamilto, spadgett, yapei |
| Target Milestone: | --- | ||
| Target Release: | 4.6.z | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: |
Previously, an OperatorGroup with a missing `status` block in any namespace could cause a runtime error in the web console when installing a new operator from OperatorHub. The problem has been fixed.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-11-30 16:46:09 UTC | Type: | --- |
| 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: | 1895372 | ||
| Bug Blocks: | 1896601 | ||
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 (OpenShift Container Platform 4.6.6 bug fix update), 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:5115 |
Checked on ocp 4.6 cluster with payload 4.6.0-0.nightly-2020-11-22-160856. 1. Create project, and create operatorgroup without "status" field in project: # cat operatorgroup-argocd.yaml apiVersion: operators.coreos.com/v1 kind: OperatorGroup metadata: generateName: devl-mdh-argocd- annotations: kubectl.kubernetes.io/last-applied-configuration: > {"apiVersion":"operators.coreos.com/v1","kind":"OperatorGroup","metadata":{"annotations":{},"generateName":"devl-mdh-argocd-","labels":{"app.kubernetes.io/instance":"projects"},"name":"argocd","namespace":"devl-mdh-argocd"},"spec":{"serviceAccountName":"operator-installer","targetNamespaces":["devl-mdh-argocd"]}} selfLink: >- /apis/operators.coreos.com/v1/namespaces/devl-mdh-argocd/operatorgroups/argocd resourceVersion: '215916' name: argocd uid: 94e7e691-e346-41cc-873b-a1194b6ab117 creationTimestamp: '2020-11-10T15:23:25Z' generation: 1 managedFields: - apiVersion: operators.coreos.com/v1 fieldsType: FieldsV1 fieldsV1: 'f:metadata': 'f:annotations': .: {} 'f:kubectl.kubernetes.io/last-applied-configuration': {} 'f:generateName': {} 'f:labels': .: {} 'f:app.kubernetes.io/instance': {} 'f:spec': .: {} 'f:serviceAccountName': {} 'f:targetNamespaces': .: {} 'v:"devl-mdh-argocd"': {} manager: Mozilla operation: Update time: '2020-11-10T15:23:25Z' namespace: prozyp labels: app.kubernetes.io/instance: projects spec: serviceAccountName: operator-installer targetNamespaces: - prozyp 2. Install any one operator from console, could install without blank page. The bug is fixed.