Open
Description
Is your feature request related to a problem? Please describe.
Scaling down a rabbitmq cluster does not work at the moment. We should look into why it fails, and what we need to do to support scaling down.
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
rabbitmqctl forget_cluster_node
might be needed before we deleting pods- we might need to skip
preStop
hooks - what do we do with non-HA queues that only exists in nodes that will be deleted?