I'm trying to install ECK but I'm getting "no matches for Kind" errors with the kind being Elasticsearch or Kibana. Anyone run into this and know the solution?
I went into the crds folder and created them. That seemed to get me past that errors.
Have you installed ECK using the documented instructions? https://www.elastic.co/guide/en/cloud-on-k8s/current/k8s-quickstart.html#k8s-deploy-eck
CRDs should be installed automatically when you apply the all-in-one yaml manifest.
I'm not using the all in one for security reasons. I installed using the namespace option. I ended up running the files in the crds folder and that installed it.
If you are installing in just a single namespace the documentation is very limited.