-
Bug
-
Resolution: Done
-
Critical
-
4.13
-
None
-
Proposed
-
False
-
This is a clone of issue OCPBUGS-6053. The following is the description of the original issue:
—
Description of problem:
When a ClusterVersion's `status.availableUpdates` has a value of `null` and `Upgradeable=False`, a run time error occurs on the Cluster Settings page as the UpdatesGraph component expects `status.availableUpdates` to have a non-empty value.
Steps to Reproduce:
1. Add the following overrides to ClusterVersion config (/k8s/cluster/config.openshift.io~v1~ClusterVersion/version) spec: overrides: - group: apps kind: Deployment name: console-operator namespace: openshift-console-operator unmanaged: true - group: rbac.authorization.k8s.io kind: ClusterRole name: console-operator namespace: '' unmanaged: true 2. Visit /settings/cluster and note the run-time error (see attached screenshot)
Actual results:
An error occurs.
Expected results:
The contents of the Cluster Settings page render.
- clones
-
OCPBUGS-6053 `availableUpdates: null` results in run-time error on Cluster Settings page
- Closed
- is blocked by
-
OCPBUGS-6053 `availableUpdates: null` results in run-time error on Cluster Settings page
- Closed
- is related to
-
CONSOLE-3428 impact `availableUpdates: null` results in run-time error on Cluster Settings page
- Closed
- links to