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

The APIV1MetasHandler=true and APIV1MetasHandler=false at the same time

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Normal Normal
    • None
    • 4.21.0
    • OLM
    • Quality / Stability / Reliability
    • False
    • Hide

      None

      Show
      None
    • None
    • None
    • None
    • None
    • Rejected
    • Rhydon Sprint 278
    • 1
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      Description of problem:

      The APIV1MetasHandler=true and APIV1MetasHandler=false at the same time in the normal OCP 4.21 cluster.

          jiazha-mac:cluster-olm-operator jiazha$ oc get deploy catalogd-controller-manager -o yaml |grep APIV1MetasHandler
              - --feature-gates=APIV1MetasHandler=true
              - --feature-gates=APIV1MetasHandler=false
      
      jiazha-mac:cluster-olm-operator jiazha$ oc get clusterversion
      NAME      VERSION                              AVAILABLE   PROGRESSING   SINCE   STATUS
      version   4.21.0-0.nightly-2025-10-27-085201   True        False         63m     Cluster version is 4.21.0-0.nightly-2025-10-27-085201
      jiazha-mac:cluster-olm-operator jiazha$ oc get featuregate cluster -o yaml 
      apiVersion: config.openshift.io/v1
      kind: FeatureGate
      metadata:
        annotations:
          include.release.openshift.io/self-managed-high-availability: "true"
        creationTimestamp: "2025-10-28T05:39:53Z"
        generation: 1
        name: cluster
        resourceVersion: "625"
        uid: 13d93bbb-1e55-4917-a345-11a64c4fb0b3
      spec: {}
      
      

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

          4.21.0-0.nightly-2025-10-27-085201

      How reproducible:

          always

      Steps to Reproduce:

          1. Install OCP 4.21
          2. Check catalogd setttings
          3.
          

      Actual results:

          jiazha-mac:cluster-olm-operator jiazha$ oc get deploy catalogd-controller-manager -o yaml |grep feature-gates
              - --feature-gates=APIV1MetasHandler=true
              - --feature-gates=APIV1MetasHandler=false

      Expected results:

      APIV1MetasHandler should be set to false as the default. It should be changed to true once cluster TP is enabled.

      Additional info:

          

              rh-ee-cchantse Catherine Chan-Tse
              rhn-support-jiazha Jian Zhang
              None
              None
              Jian Zhang Jian Zhang
              None
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated: