Bug 1884411
Summary: | Redis operator failed to create RedisEnterpriseCluster instance via console | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | OpenShift BugZilla Robot <openshift-bugzilla-robot> |
Component: | Management Console | Assignee: | Jon Jackson <jonjacks> |
Status: | CLOSED ERRATA | QA Contact: | Yadan Pei <yapei> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 4.5 | CC: | aos-bugs, jhadvig, jokerman, jonjacks, krizza, mdorn, spadgett, yanpzhan |
Target Milestone: | --- | ||
Target Release: | 4.5.z | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: |
Cause: In some cases, the value passed to the resource requirements widget in the legacy operand creation form might not be an immutablejs map instance.
Consequence: A runtime error was thrown when trying to reference the immutablejs Map.getIn function on the resource requirement widget current value.
Fix: Use optional chaining when referencing the immutablejs Map.getIn function.
Result: No runtime error is thrown and the widget is rendered without a value.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2020-10-26 15:11:50 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: | 1883679 | ||
Bug Blocks: |
Comment 1
Jon Jackson
2020-10-02 13:34:17 UTC
Checked on ocp 4.5 cluster with payload 4.5.0-0.nightly-2020-10-16-165114. Install Redis Enterprise Operator in project, then create RedisEnterpriseClusters instance, could create successfully now. The bug is fixed. 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.5.16 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:4268 *** Bug 1904261 has been marked as a duplicate of this bug. *** |