We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When running operator on latest version of Kubernetes we get this error
Failed to start application (with profile dev): io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://127.0.0.1:51014/apis/apiextensions.k8s.io/v1/customresourcedefinitions. Message: CustomResourceDefinition.apiextensions.k8s.io "kafkaconnections.rhoas.redhat.com" is invalid: spec.versions[0].schema.openAPIV3Schema: Required value: schemas are required. Received status: Status(apiVersion=v1, code=422, details=StatusDetails(causes=[StatusCause(field=spec.versions[0].schema.openAPIV3Schema, message=Required value: schemas are required, reason=FieldValueRequired, additionalProperties={})], group=apiextensions.k8s.io, kind=CustomResourceDefinition, name=kafkaconnections.rhoas.redhat.com, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=CustomResourceDefinition.apiextensions.k8s.io "kafkaconnections.rhoas.redhat.com" is invalid: spec.versions[0].schema.openAPIV3Schema: Required value: schemas are required, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Invalid, status=Failure, additionalProperties={}).
The text was updated successfully, but these errors were encountered:
What is looks like is that we got extension updated but there might be still some incompatibilities
Sorry, something went wrong.
Additionally we can see if we could publish our operator on kube operator space and make it available for: https://artifacthub.io/
No branches or pull requests
Description
When running operator on latest version of Kubernetes we get this error
The text was updated successfully, but these errors were encountered: