Hi,
I'am running a v1.12.10 K8S cluster and I am trying to deploy a kubemq cluster on it.
Right after the kubectl apply -f https://get.kubemq.io/deploy command, I see that the operator pod is in an error state with this message :
...
{"level":"info","ts":1587365069.465001,"logger":"controller-runtime.controller","caller":"controller/controller.go:190","msg":"Starting workers","controller":"kubemqdashboard-controller","worker count":1}
{"level":"error","ts":1587365069.9703064,"logger":"controller-runtime.source","caller":"source/source.go:88","msg":"if kind is a CRD, it should be installed before calling Start","kind":"Ingress.networking.k8s.io","error":"no matches for kind \"Ingress\" in version \"networking.k8s.io/v1beta1\""}
{"level":"error","ts":1587365069.9703994,"logger":"cmd","caller":"manager/main.go:124","msg":"Manager exited non-zero","error":"no matches for kind \"Ingress\" in version \"networking.k8s.io/v1beta1\""}
Hi, I'am running a v1.12.10 K8S cluster and I am trying to deploy a kubemq cluster on it.
Right after the
kubectl apply -f https://get.kubemq.io/deploy
command, I see that the operator pod is in an error state with this message :(The dashboard pod is running)
Do I miss something ?
Thank you for your help