kubemq-io / charts

KubeMQ is a Cloud Native, enterprise grade message broker for distributed services architecture
https://kubemq.io
Apache License 2.0
11 stars 3 forks source link

helm install throwing error #6

Closed Vetm closed 4 years ago

Vetm commented 4 years ago

When running helm install kubemq-cluster --set token=<my token> kubemq-charts/kubemq I'm getting the following error:

Error: unable to build kubernetes objects from release manifest: unable to recognize "": no matches for kind "KubemqCluster" in version "core.k8s.kubemq.io/v1alpha1"

helm: v3.3.4 minikube: v1.13.0 kubernetes: v1.19.0

Vetm commented 4 years ago

I got it to work by following this documentation instead: https://docs.kubemq.io/getting-started/create-cluster/helm

cdelguercio commented 2 years ago

I'm getting this same error on AWS EKS with:

helm: v3.4.2 kubernetes: v1.21

following the above link did not work for me. Neither did using the kubectl command listed below kubectl apply -f https://get.kubemq.io/deploy?token=<your token here>