forked from helm/charts
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[RabbitMQ] Add podManagementPolicy for cluster recovery. (helm#13027)
rabbitmq should be initialized one by one when building cluster for the first time. Therefore, the default value of podManagementPolicy is 'OrderedReady' Once the rabbitmq participates in the cluster, it waits for a response from another rabbitMQ in the same cluster at reboot, except the last rabbitmq of the same cluster. If the cluster exits gracefully, you do not need to change the podManagementPolicy because the first rabbitmq of the statefulset always will be last of the cluster. However if the last rabbitmq of the cluster is not the first rabbitmq due to a failure, you must change podManagementPolicy to 'Parallel'. Otherwide the first rabbitmq waits Infinitely. Signed-off-by: Jungsub Shin <[email protected]>
- Loading branch information
Showing
5 changed files
with
28 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters