Replies: 1 comment 5 replies
-
If you remove the CRDs, then your custom resources will be deleted as well and with that also your clusters. So you normally should never do that unless you are ready to wipe everything. |
Beta Was this translation helpful? Give feedback.
5 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
We want to upgrade the strimzi operator from 0.19.0 to 0.22.1 (now our Kafka version is 2.5.0). We have a problem with CRDs,
When we want to upgrade by the 'helm upgrade' command we will get this error:
Because of that, I removed the CRDs and then applied the helm chart, But my cluster was down and I had downtime. Do you know how I can prevent this situation?
Beta Was this translation helpful? Give feedback.
All reactions