Skip to content
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

Cluster not running on Google Kubernetes #1

Open
ntha79 opened this issue Jun 21, 2018 · 2 comments
Open

Cluster not running on Google Kubernetes #1

ntha79 opened this issue Jun 21, 2018 · 2 comments

Comments

@ntha79
Copy link

ntha79 commented Jun 21, 2018

I try deploy vernemq to Kubernetes on Google cloud. But cluster is not running.
$ kubectl exec vernemq-0 -- vmq-admin cluster show
Node '[email protected]' not responding to pings.
command terminated with exit code 1

@arrowcircle
Copy link

I got same problem with baremetal installation.

@mateothegreat
Copy link

mateothegreat commented Sep 19, 2018

@ntha79, @arrowcircle:

This has been fixed with #4.

When deploying to k8 you're getting "null" as part of the service name:

$ kubectl exec vernemq-0 -- vmq-admin cluster show
Node '[email protected]' not responding to pings.
command terminated with exit code 1

This is due to a couple missing environment variables that the underlying image uses for node naming.
After applying fix to manifest:

$ kubectl exec vernemq-0 -- vmq-admin cluster show
+---------------------------------------------------+-------+
|                       Node                        |Running|
+---------------------------------------------------+-------+
|[email protected]| true  |
|[email protected]| true  |
|[email protected]| true  |
+---------------------------------------------------+-------+

Enjoy!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants