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

[TP] The extensions resource still exist

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Normal Normal
    • 4.17.0
    • 4.16.0
    • OLM
    • Moderate
    • No
    • Rejected
    • False
    • Hide

      None

      Show
      None

      Description of problem:

      The `extension` should be removed since https://github.com/openshift/operator-framework-operator-controller/commit/a458282a4ca0e30191a3554432cccb15fa08060c but it still exist

      jiazha-mac:~ jiazha$ oc get extension -A
      No resources found
      
      jiazha-mac:~ jiazha$ oc get crd extensions.olm.operatorframework.io 
      NAME                                  CREATED AT
      extensions.olm.operatorframework.io   2024-06-05T00:44:05Z
      
      

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

          jiazha-mac:~ jiazha$ oc get clusterversion
      NAME      VERSION                              AVAILABLE   PROGRESSING   SINCE   STATUS
      version   4.16.0-0.nightly-2024-06-03-060250   True        False         7h45m   Cluster version is 4.16.0-0.nightly-2024-06-03-060250

      How reproducible:

          always

      Steps to Reproduce:

          1. Install OCP 4.16
          2. Enable TP
      $ oc patch featuregate cluster -p '{"spec":
      {"featureSet": "TechPreviewNoUpgrade"}}' --type=merge
           3. check the extension resource
          

      Actual results:

      It still exists.

          jiazha-mac:~ jiazha$ oc get crd extensions.olm.operatorframework.io 
      NAME                                  CREATED AT
      extensions.olm.operatorframework.io   2024-06-05T00:44:05Z
      
      

      Expected results:

      The `extension` resource should be removed.

          

      Additional info:

          

            krizza@redhat.com Kevin Rizza
            rhn-support-jiazha Jian Zhang
            Jian Zhang Jian Zhang
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated: