You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try deploy vernemq to Kubernetes on Google cloud. But cluster is not running. $ kubectl exec vernemq-0 -- vmq-admin cluster show Node 'VerneMQ@vernemq-0.null.default.svc.cluster.local' not responding to pings.
command terminated with exit code 1
The text was updated successfully, but these errors were encountered:
When deploying to k8 you're getting "null" as part of the service name:
$ kubectl exec vernemq-0 -- vmq-admin cluster show
Node 'VerneMQ@vernemq-0.null.default.svc.cluster.local' 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:
I try deploy vernemq to Kubernetes on Google cloud. But cluster is not running.
$ kubectl exec vernemq-0 -- vmq-admin cluster show
Node 'VerneMQ@vernemq-0.null.default.svc.cluster.local' not responding to pings.
command terminated with exit code 1
The text was updated successfully, but these errors were encountered: