kubernetes-rabbitmq-autocluster
kubernetes-rabbitmq-autocluster copied to clipboard
Autocluster plugin not found
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 following plugins could not be found:
autocluster
I understand that the plugin is already built and copied from the plugin folder, and that I should not need to build it. Am I missing something?
Is there any update on this? I'm still having the same issue. Could it be an environment issue? I'm using MacOS
I have the same issue.
I Found the root cause. ADD plugins/.ez /usr/lib/rabbitmq/lib/rabbitmq_server-/plugins/ The code above created a directory named of rabbitmq_server-* instead of finding the right rabbitmq server directory and copying the ez file into it.
The quick and dirty solution is just modifying the directory name to the sepcific name , in my case is rabbitmq_server-3.7.5