-
Bug
-
Resolution: Not a Bug
-
Normal
-
None
-
4.17.0
-
None
-
Moderate
-
None
-
3
-
Workloads Sprint 259
-
1
-
False
-
Description of problem:
Currently if there is a error with the plugin that is installed under the newly added condition column right error is not displayed, instead it shows `-` and the real error is only seen when user runs oc get plugin/oc-mirror.rhel9 -oyaml. It would be good if the condition could be shown in the UI itself under the condition column
Version-Release number of selected component (if applicable):
0.1.0
How reproducible:
Always
Steps to Reproduce:
1. Install latest 4.17 cluster 2. create catalogsource using the latest build provided from dev 3. Install cli manager operator 4. Now create plugin with name `oc-mirror.rhel9`
Actual results:
status condition for the plugin is shown as `-` in the console
Expected results:
Expect right message about the status condition to be shown in the console instead of user running `oc get plugin -o yaml` command to figure out what happened.
Additional info: