-
Bug
-
Resolution: Done
-
Major
-
4.12
-
Moderate
-
None
-
1
-
OSDOCS Sprint 232, OSDOCS Sprint 233
-
2
-
Rejected
-
False
-
Description of problem:
Platform operator installation fails if techpreviewNoUpgrade feature is not enabled
Version-Release number of selected component (if applicable):
4.12
How reproducible:
https://docs.openshift.com/container-platform/4.12/operators/admin/olm-managing-po.html#olm-installing-po-after_olm-managing-po
Steps to Reproduce:
1. Install platform operator 2. Fails with below message : error: resource mapping not found for name: "cert-manager" namespace: "" from "cert-manager.yaml": no matches for kind "PlatformOperator" in version "platform.openshift.io/v1alpha1"ensure CRDs are installed first 3.
Actual results:
Failure incase the techpreviewNoUpgrade is not enabled
Expected results:
Should provide a hyperlink to enable the feature as the first step or a prerequiste for platform operators. The text added above gets unnoticed.
Additional info:
Also, step 2 fails oc get clusteroperator platform-operators-aggregate -o yaml It should be modified to oc get clusteroperator platform-operators-aggregated -o yaml