Uploaded image for project: 'OpenShift Bugs'
  1. OpenShift Bugs
  2. OCPBUGS-1636

The platform-operators-aggregated cannot be created after enabling TechPreviewNoUpgrade

    XMLWordPrintable

Details

    • Important
    • 1
    • OTA 225
    • 1
    • Proposed
    • False
    • Hide

      None

      Show
      None

    Description

      Description of problem:

      The platform-operators-aggregated cluster operator wasn't created after enabling "TechPreviewNoUpgrade" featureGate, as follows,

      MacBook-Pro:~ jianzhang$ oc patch featuregate cluster -p '{"spec": {"featureSet": "TechPreviewNoUpgrade"}}' --type=merge
      featuregate.config.openshift.io/cluster patched
      
      MacBook-Pro:~ jianzhang$ oc wait --for=condition=Available=True clusteroperators.config.openshift.io/platform-operators-aggregated
      Error from server (NotFound): clusteroperators.config.openshift.io "platform-operators-aggregated" not found
      
      

      Version-Release number of selected component (if applicable):

      4.12.0-0.nightly-2022-09-20-095559

      How reproducible:

      always

      Steps to Reproduce:

      1. Install OCP 4.12 cluster.
      
      2. Enable "TechPreviewNoUpgrade" feature gate.
      MacBook-Pro:~ jianzhang$ oc patch featuregate cluster -p '{"spec": {"featureSet": "TechPreviewNoUpgrade"}}' --type=merge
      featuregate.config.openshift.io/cluster patched 
      
      3. Check platform-operators-aggregated cluster operator.
       

      Actual results:

      MacBook-Pro:~ jianzhang$ oc wait --for=condition=Available=True clusteroperators.config.openshift.io/platform-operators-aggregated
      Error from server (NotFound): clusteroperators.config.openshift.io "platform-operators-aggregated" not found

      Expected results:

      The platform-operators-aggregated cluster operator can be created successfully.

      Additional info:

      The openshift-platform-operators pods running well.

      MacBook-Pro:~ jianzhang$ oc get deploy -n openshift-platform-operators
      NAME                                    READY   UP-TO-DATE   AVAILABLE   AGE
      platform-operators-controller-manager   1/1     1            1           126m
      platform-operators-rukpak-core          1/1     1            1           126m
      platform-operators-rukpak-webhooks      2/2     2            2           126m
      MacBook-Pro:~ jianzhang$ oc get co platform-operators-aggregated
      Error from server (NotFound): clusteroperators.config.openshift.io "platform-operators-aggregated" not found

      Attachments

        Issue Links

          Activity

            People

              trking W. Trevor King
              rhn-support-jiazha Jian Zhang
              Jian Zhang Jian Zhang
              Votes:
              0 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: