You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 17, 2021. It is now read-only.
On the cert-manager side this seemed to fail as soon as they switched to apiextensions.k8s.io/v1
The error seems quite clear but not sure how to resolve it (I've tried updating the manifest to specify number instead of integer, but get the same issue).
Any pointers?
INFO Validating customresourcedefinitions certificates.cert-manager.io
INFO validate object "apiextensions.k8s.io/v1, Kind=CustomResourceDefinition"
ERROR Error in customresourcedefinitions certificates.cert-manager.io: ValidationError(v1.CustomResourceDefinition.spec.versions[0].schema.openAPIV3Schema.properties.spec.properties.keySize.maximum): invalid type for io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaProps.maximum: got "integer", expected "number"
ERROR Error in customresourcedefinitions certificates.cert-manager.io: ValidationError(v1.CustomResourceDefinition.spec.versions[0].schema.openAPIV3Schema.properties.spec.properties.keySize.minimum): invalid type for io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaProps.minimum: got "integer", expected "number"
ERROR Error in customresourcedefinitions certificates.cert-manager.io: ValidationError(v1.CustomResourceDefinition.spec.versions[1].schema.openAPIV3Schema.properties.spec.properties.keySize.maximum): invalid type for io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaProps.maximum: got "integer", expected "number"
ERROR Error in customresourcedefinitions certificates.cert-manager.io: ValidationError(v1.CustomResourceDefinition.spec.versions[1].schema.openAPIV3Schema.properties.spec.properties.keySize.minimum): invalid type for io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaProps.minimum: got "integer", expected "number"
ERROR Error in customresourcedefinitions certificates.cert-manager.io: ValidationError(v1.CustomResourceDefinition.spec.versions[2].schema.openAPIV3Schema.properties.spec.properties.privateKey.properties.size.maximum): invalid type for io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaProps.maximum: got "integer", expected "number"
ERROR Error in customresourcedefinitions certificates.cert-manager.io: ValidationError(v1.CustomResourceDefinition.spec.versions[2].schema.openAPIV3Schema.properties.spec.properties.privateKey.properties.size.minimum): invalid type for io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaProps.minimum: got "integer", expected "number"
ERROR Error in customresourcedefinitions certificates.cert-manager.io: ValidationError(v1.CustomResourceDefinition.spec.versions[3].schema.openAPIV3Schema.properties.spec.properties.privateKey.properties.size.maximum): invalid type for io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaProps.maximum: got "integer", expected "number"
ERROR Error in customresourcedefinitions certificates.cert-manager.io: ValidationError(v1.CustomResourceDefinition.spec.versions[3].schema.openAPIV3Schema.properties.spec.properties.privateKey.properties.size.minimum): invalid type for io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaProps.minimum: got "integer", expected "number"
ERROR Validation failed
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm not entirely sure if this is a cert-manager issue or kubecfg issue.
I'm running a local
KinD
cluster to validate against, and tried bothv1.16
andv1.19
kubernetes versions.On the cert-manager side this seemed to fail as soon as they switched to
apiextensions.k8s.io/v1
The error seems quite clear but not sure how to resolve it (I've tried updating the manifest to specify number instead of integer, but get the same issue).
Any pointers?
The text was updated successfully, but these errors were encountered: