Miheer Salunke
Miheer Salunke
@deads2k `make update` followed by `make verify` fails with the following: `Found untracked file 0000_10_config-operator_01_ingresses-Default.crd.yaml in payload CRD manifests. Please add the file to crd_globs in hack/update-payload-crds.sh.` The file is...
@deads2k I am still getting this issue after running make verify as mentioned in https://github.com/openshift/api/pull/1826#issuecomment-2069725575 : `Found untracked file 0000_10_config-operator_01_ingresses.crd.yaml in payload CRD manifests. Please add the file to crd_globs...
After rebasing with master I am getting this issue after while running `make verify` as `./hack/verify-crd-schema-checker.sh` fails with the following: @deads2k @JoelSpeed can you please help on this ? >...
@JoelSpeed I am getting the following error even when I have mentioned maxItems for EIPAllocations. Can you please help on this ? > [FAILED] [0.014 seconds] > [config.openshift.io/v1, Resource=ingresses][ClusterProfiles=Hypershift,SelfManagedHA][FeatureSet="TechPreviewNoUpgrade"][FeatureGate=SetEIPForNLBIngressController][File=0000_10_config-operator_01_ingresses-TechPreviewNoUpgrade.crd.yaml] Ingress...
> @miheer Most of the failures are because you are adding a gated field to an existing struct, thus splitting a single CRD into multiple, this is normal and expected,...
@JoelSpeed @gcs278 PTAL when you have time.