Skip to content

Commit c2bef0c

Browse files
committed
Improve doc
1 parent 9455ae5 commit c2bef0c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

services/rabbit/.operations.Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ validate-node-ix0%: .env
3636
# Cluster level
3737
#
3838

39+
### Note: up operation is called by CI automatically
40+
### it must NOT deploy stacks if they are already running
41+
### to avoid breaking existing cluster (stopping all nodes at once)
3942
up: start-cluster
4043

4144
down: stop-cluster
@@ -79,6 +82,7 @@ update-all-nodes:
7982

8083
stop-all-nodes:
8184
@$(error Stopping all nodes at the same time breaks the cluster. \
85+
Update one node at a time. \
8286
Read more at https://groups.google.com/g/rabbitmq-users/c/owvanX2iSqA/m/ZAyRDhRfCQAJ)
8387

8488
#

0 commit comments

Comments
 (0)