Closed Vetm closed 4 years ago
I got it to work by following this documentation instead: https://docs.kubemq.io/getting-started/create-cluster/helm
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>
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