-
Bug
-
Resolution: Done
-
Critical
-
MCE 2.5.0
-
False
-
None
-
False
-
-
-
Installer Sprint 24-27
-
Important
-
No
Description of problem:
Currently the multiclusterengine resource being deployed by MCE 2.5 is exposing the image-based-install-operator and enabling it by default. This feature will not be tech preview until the OCP 4.16 release cycle and should be disabled by default for this release.
Version-Release number of selected component (if applicable):
ACM 2.10 / MCE 2.5
How reproducible:
100%
Steps to Reproduce:
- Deploy MCE 2.5
Actual results:
$ oc get multiclusterengines.multicluster.openshift.io multiclusterengine -o json | jq -r .spec.overrides.components [...] { "enabled": true, "name": "image-based-install-operator" }, [...]
Expected results:
$ oc get multiclusterengines.multicluster.openshift.io multiclusterengine -o json | jq -r .spec.overrides.components [...] { "enabled": false, "name": "image-based-install-operator" }, [...]
Additional info:
- is caused by
-
ACM-8430 Onboard image-based-install-operator to MCE 2.5
- Closed