Description of problem:
When installing any operator via OperatorHub, the install hangs and never completes. The follow error is given: ~~~ I1020 06:16:20.396611 1 event.go:282] Event(v1.ObjectReference{Kind:"Namespace", Namespace:"", Name:"openshift-operators", UID:"c461b5d7-8974-4cf0-9425-4634ba7b825b", APIVersion:"v1", ResourceVersion:"1257", FieldPath:""}): type: 'Warning' reason: 'ResolutionFailed' constraints not satisfiable: no operators found with name kiali-operator.v1.48.3 in channel stable of package kiali-ossm in the catalog referenced by subscription kiali-ossm, subscription kiali-ossm exists ~~~ Tried to uninstall and delete the operators and then tried to install it but the operator remain in unknown state. Even tried to install it in single namespace but that did not work.
Version-Release number of selected component (if applicable):
4.8.51
How reproducible:
Steps to Reproduce:
1. 2. 3.
Actual results:
Some operators install but it takes very long time to install while some operators remain in unknown state.
Expected results:
The operator should be installed quickly without any errors.
Additional info:
- is duplicated by
-
OCPBUGS-3209 OLM Reports ResolutionFailed when there are multiple upgrade paths between channel entries
- Closed