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:
- is caused by
-
OPRUN-4049 Configure OLMv1 via Helm Charts
-
- Closed
-
- links to