-
Bug
-
Resolution: Done
-
Undefined
-
None
-
None
-
None
-
None
-
False
-
-
None
-
None
-
None
-
None
-
OTA 282
-
None
-
None
-
None
When bumping openshift/api in the CVO repo, the e2e tests from presubmits fail on the step that installs the (both standalone and HyperShift) cluster.
The presubmits will get recovered if we remove these OKD manifests
vendor/github.com/openshift/api/config/v1/zz_generated.crd-manifests/0000_00_cluster-version-operator_01_clusterversions-OKD.crd.yaml vendor/github.com/openshift/api/config/v1/zz_generated.crd-manifests/0000_10_config-operator_01_apiservers-OKD.crd.yaml vendor/github.com/openshift/api/config/v1/zz_generated.crd-manifests/0000_10_config-operator_01_authentications-OKD.crd.yaml vendor/github.com/openshift/api/config/v1/zz_generated.crd-manifests/0000_10_config-operator_01_infrastructures-OKD.crd.yaml vendor/github.com/openshift/api/config/v1/zz_generated.crd-manifests/0000_10_config-operator_01_nodes-OKD.crd.yaml vendor/github.com/openshift/api/config/v1/zz_generated.crd-manifests/0000_10_config-operator_01_schedulers-SelfManagedHA-OKD.crd.yaml
We need to fix this before bumping o/api in CVO.
Those manifests came from https://github.com/openshift/api/pull/2451.
Key clue from a hypershift job:
error: Unexpected args: [/var/payload/manifests/0000_00_cluster-version-operator_01_clusterversions-TechPreviewNoUpgrade.crd.yaml] See 'oc apply -h' for help and examples
The PoC about the fix on Standalone: https://github.com/openshift/cluster-version-operator/pull/1302