RabbitMQ Cluster and Operator upgrade #1724
-
Hello, I'm facing a dilemma regarding upgrade. Currently we have a RabbitMQ Cluster (3.9.x) managed by k8s rmq operator (v2.5.0). We have an option to pause the reconciliation of the operator and proceed with RMQ Cluster upgrade but then whatever change i make on Kind: RabbitmqCluster wont have any effect on the pods for step by step upgrades and i need to change the image on the statefulset that the operator produces seeing the RabbitmqCluster. The thing is that i don't know what other changes the operator will introduce on the statefulset other than the image update so changing the statefulset might not be enough and compatible with operator. Also another option is to keep v2.5.0 operator version and upgrade the cluster step by step, and when i get to latest cluster version proceed with upgrading the operator. The problem is that i cant find a compatibility matrix for operators and clusters. Any ideas or proposal? Thanks,
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Upgrading the Operator will not upgrade the cluster to 3.13. It will update the Also, do not upgrade to 3.13.2 - upgrade to 3.13.7. |
Beta Was this translation helpful? Give feedback.
Upgrading the Operator will not upgrade the cluster to 3.13. It will update the
StatefulSet
, since some of the STS-level settings changed.Also, do not upgrade to 3.13.2 - upgrade to 3.13.7.