kubernetes-rabbitmq-autocluster
kubernetes-rabbitmq-autocluster copied to clipboard
RabbitMQ Autocluster for Kubernetes with k8s backend
I use docker.io/library/rabbitmq:3.6.5. build docker image error Error: Failed to initialize erlang distribution: {{shutdown, {failed_to_start_child, net_kernel, {'EXIT',nodistribution}}}, {child,undefined, net_sup_dynamic, {erl_distribution, start_link, [['rabbitmq-cli-55', longnames], false]}, permanent,1000,supervisor, [erl_distribution]}}.
=INFO REPORT==== 9-Oct-2018::05:37:37 === autocluster: (cleanup) Checking for partitioned nodes. =INFO REPORT==== 9-Oct-2018::05:37:37 === autocluster: (cleanup) No partitioned nodes found. I created 3 nodes but could not form clusters.
I've cloned the repo and then simply did a Docker build but I'm getting this: ``` Step 4/4 : RUN rabbitmq-plugins enable --offline autocluster ---> Running in 14869674c4e6 Error: The...