Replies: 1 comment 2 replies
-
In general, Strimzi will watch the same CRs before and after the upgrade (assuming you did not changed the confguration).
Each Strimzi version supports selected set of Kafka versions. So you need to distinguish two situations:
In case of 1, the operator will keep using the Kafka version, but it will always roll the operands to the new container images (which even with the same Kafka version but various dependency updates, CVE fixes, scripts improvements etc.) In case of 2, the operator will see the custom resource, but just throw an error about unsupported version instead of reconciling the cluster. In this case, it will basically not roll it and let it be alone.
Assuming this is the case of 2 from above, it will leave the cluster be as it was. But it will not operate it. So if the cluster break, it will be broken, it certs expire, it will be broken, etc. So it basically depends. But the operator it self will not break it, it will just leave it to its own and not operate it. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @scholzj,
I have a general question:
Lets assume I have some Kafka Clusters and I'm upgrading Strimzi to higher version.
If I'm not upgrading the Kafka Clusters (not changing the version in the Kafka CRs),
could be any effects on these clusters?
I mean if it's possible that these clusters won't work properly until I change their version.
I know that the Strimzi won't watch the CRs but I want to know if the clusters will be fine for sure.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions