Skip to content

Commit 439d56a

Browse files
committed
Document autoscaling (not supported)
1 parent 8ca30d7 commit 439d56a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

services/rabbit/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,14 @@ Source: https://www.rabbitmq.com/docs/next/configure#config-changes-effects
99

1010
## How to add / remove nodes
1111

12-
The only supported way, is to completely shutdown the cluster (docker stack and most likely rabbit node volumes) and start brand new.
12+
The only supported way, is to completely shutdown the cluster (docker stack and most likely rabbit node volumes) and start brand new.
1313

1414
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)
1515

16+
## Autoscaling
17+
18+
Not supported at the moment.
19+
1620
## Enable node Maintenance mode
1721

1822
1. Get inside container's shell (`docker exec -it <container-id> bash`)

0 commit comments

Comments
 (0)