You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The only supported way, is to completely shutdown the cluster (docker stack and most likely rabbit node volumes) and start brand new.
13
+
14
+
With manual effort this can be done on the running cluster, by adding 1 more rabbit node manually (as a separate docker stack or new service) and manually executing rabbitmqctl commands (some hints can be found here https://www.rabbitmq.com/docs/clustering#creating)
15
+
10
16
## Enable node Maintenance mode
11
17
12
18
1. Get inside container's shell (`docker exec -it <container-id> bash`)
0 commit comments