-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
4.12.0
-
None
-
No
-
OPECO 233
-
1
-
Rejected
-
False
-
Description of problem:
The OperatorHub section of the Web Console does not provide consistent icons.
Version-Release number of selected component (if applicable):
How reproducible:
PackageManifests do not provide consistent icons for the OpenShift Web Console
Steps to Reproduce:
1. Run the following command multiple times (race condition) ``` kubectl get --raw /apis/packages.operators.coreos.com/v1/namespaces/openshift-marketplace/packagemanifests/loki-operator/icon ```
Actual results:
Intermittently it will provided different results
Expected results:
The same result each time. Unique names for each of the Operators in different catalogs
Additional info:
This endpoint is resulting in the OpenShift Web Console to display icons randomly between Community and Certified Operators of the same name. This is probably related to the following requests: [0] https://issues.redhat.com/browse/OPRUN-2827 [1] https://issues.redhat.com/browse/OPRUN-2759 [2] https://issues.redhat.com/browse/OPRUN-2761