Need help on upgrade #1412
Replies: 2 comments
-
Operator upgrades do not automatically upgrade RabbitMQ cluster instances. When you initially deploy a However, if the Final note: |
Beta Was this translation helpful? Give feedback.
-
The cluster operator does not upgrade RabbitMQ server version automatically. You can specify the RabbitMQ image to use in the field The reason to not auto-upgrade RabbitMQ alongside with the cluster operator is because we can't guarantee version upgradability, and some upgrades e.g. 3.10.x -> 3.11.x require some feature flags to be enabled. Last but not least, you can add an experimental environment variable |
Beta Was this translation helpful? Give feedback.
-
I'm new to both k8s and RabbitMQ, I wonder if someone can help me with the upgrade issues I'm having.
I've upgraded cluster-operator v1.12.1 to v1.13.0 by executing
kubectl apply -f cluster-operator.yaml
where cluster-operator.yaml is from Release v1.13.0. Next I ran following
pdb.yaml
rabbitmq.yaml
When I check the rabbitmq-server-# nodes, I see RabbitMQ 3.8.19 and Erlang 24.0.5, which I believe should have been RabbitMQ 3.9.X as per cluster-operator release v.1.12.0. I am clueless on what am I missing such that RabbitMQ server is not upgrading?
My k8 server version is at v1.26.3, please let me know if you need more info and wonder if someone can help me on RabbitMQ server not being bumped up when bumping up cluster-operator.
Beta Was this translation helpful? Give feedback.
All reactions