Uploaded image for project: 'Red Hat Advanced Cluster Management'
  1. Red Hat Advanced Cluster Management
  2. ACM-9917

Multiclusterengine 2.5 should not enable image-based-install-operator by default

XMLWordPrintable

    • False
    • None
    • False
    • No
    • Installer Sprint 24-27
    • Important

      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:

      1. 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:

            dbennett@redhat.com Disaiah Bennett
            treywest96 Trey West
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: