Strimzi upgrade problems - 0.29.0 -> 0.32.0 #7962
Unanswered
CROprogrammer
asked this question in
Q&A
Replies: 1 comment
-
Kubernetes is not multi-tenant. So running multiple versions of an operator is complicated because they all share the same CRD resources. So, when upgrading the operator in the |
Beta Was this translation helpful? Give feedback.
0 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.
-
I have three namespaces (dev, test, prod) on my Openshift, and initially there was Strimzi 0.29.0 installed on each.
I've decided to upgrade Strimzi to version 0.32.0 in dev namespace, and it worked fine. Later I've changed Kafka users' .yaml files to change deprecated "operation" field to "operations" field (still in dev namespace), and it worked fine.
After that I've tried to upgrade Strimzi to version 0.32.0 in test namespace, and it failed because Kafka user's .yaml file in dev namespace had "operations" field instead of "operation". Then I've reverted changes in Kafka user's .yaml file in dev namespace, and after that Strimzi upgrade in test namespace was successful.
Beta Was this translation helpful? Give feedback.
All reactions