Trying to upgrade from 0.16.2 to 0.22.1 #4748
Unanswered
maurolscla
asked this question in
Q&A
Replies: 1 comment 1 reply
-
We don't support upgrades across non-consecutive versions. The safest option is to upgrade from one version to the next and upgrade the Kafka version as you go. A less safe option is to upgrade to the highest version that still supports your current kafka version, upgrade kafka and then repeat. That may allow you to skip some versions but again that is not recommended. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to upgrade strimzi from version 0.16.2 to 0.22.1. But once I'm done with the upgrade the operator is not able to start.
Logs show the following:
I have doubled checked and CRDs are there. And the namespace
kafka
as well.When I revert it back to 0.16.2 it is able to start with no issues.
Any idea what might be happening here?
Beta Was this translation helpful? Give feedback.
All reactions