We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9455ae5 commit c2bef0cCopy full SHA for c2bef0c
services/rabbit/.operations.Makefile
@@ -36,6 +36,9 @@ validate-node-ix0%: .env
36
# Cluster level
37
#
38
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)
42
up: start-cluster
43
44
down: stop-cluster
@@ -79,6 +82,7 @@ update-all-nodes:
79
82
80
83
stop-all-nodes:
81
84
@$(error Stopping all nodes at the same time breaks the cluster. \
85
+ Update one node at a time. \
86
Read more at https://groups.google.com/g/rabbitmq-users/c/owvanX2iSqA/m/ZAyRDhRfCQAJ)
87
88
0 commit comments