-
Notifications
You must be signed in to change notification settings - Fork 430
[Request] Add support for cluster_partition_handling through ENV var #186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I second this, we have the same requirements. Did the same modifications. Would be handsome if is already included. |
See also the related docker-library/docs#1011. |
Given docker-library/docs#1011, and that 3.7 introduced the new (trivial to write/append to) ini/sysctl-style configuration format (https://www.rabbitmq.com/configure.html#config-file-formats), I'm going to close this. In Kubernetes, it should be pretty trivial to create a config object which gets inserted at (Or to create a derivative image |
Same result you can mounting
|
FYI,
I have added support to configure cluster_partition_handling strategy through the use of an ENV variable. Very handy in container orchestration platforms like Kubernetes.
Pull request: #185
Kindly,
Bart
The text was updated successfully, but these errors were encountered: