We are migrating from a k8s cluster based on a platform that is nearing end of life (we are using to a new open shift based platform.
In the old k8s cluster we are using the bitnami helm chart for installing rabbitmq and the plan is to use the rabbitmq operator for the new k8s cluster.
To ease migration we would like to add the rabbitmq nodes in the new k8s cluster to the old rabbitmq cluster while we wind down the old k8s cluster. Both the old and new k8s clusters are in the same datacenter so there should not be any problem with network latency.
To do this we need to be able to specify the erlang cookie when using rabbitmq operator.