Replies: 1 comment 19 replies
-
Please follow the CRD upgrade procedure. It is linked from the release page and from the docs. |
Beta Was this translation helpful? Give feedback.
19 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm trying to upgrade the Kafka CRD's from 0.22.1 to 0.29.
when I run the oc replace command there's an exception:
CustomResourceDefinition.apiextensions.k8s.io "kafkas.kafka.strimzi.io" is invalid: status.storedVersions[0]:
Invalid value: "v1beta1": must appear in spec.versions
I receive this error when I try to replace the CRDs: kafka, kafka connect, kafkaconnector, kafkamirrormaker,kafkarebalance etc.
The only CRDs I succeeded replacing are KafkaTopic and KafkaUser.
for some of the CRDs instead of 'invalid value: v1beta1' I see 'invalid value: v1alpha1'
Does anyone know what could be the problem?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions