pravega / zookeeper-operator

Kubernetes Operator for Zookeeper
Apache License 2.0
367 stars 202 forks source link

Apache solr is failing while Running Solr , Solr operator and Zookeeper helm charts as a single chart #601

Open rkch2907 opened 7 months ago

rkch2907 commented 7 months ago

Description

I am trying to install Apach Solr by using three Helm charts (Apache solr (v 0.8.0) , Apache SolrOperator *v 0.8.0, Zookeeper Pravega 0.2.15 image). While trying to install three helm charts as single chart by adding one by one depencency. I'm facing below error.

Error: INSTALLATION FAILED: unable to build kubernetes objects from release manifest: unable to recognize " ": no matches for kind "Zookeeper Cluster" in version "zookeeper.pravega.io/v1beta1"

Zookeeper-operator's CRD apiVersion: apiextensions.k8s.io/v1 Zookeeper.yaml file having apiversion as "zookeeper.pravega.io/v1beta1" Sor-operator's apiversion is "apiextensions.k8s.io/v1"

Even I m following the Pravega Zookeeper git hub code and Official helm charts I unable to create Zookeeper Cluster by using Helm charts

** As an individual charts , each one is working as expected but when I m trying to run as single chart Zookeeper Cluster apiversion is bringing issues to us

Importance

It is really blocker to my POC for client requirement.

Location

Source code taken from below links: https://solr.apache.org/operator/resources.html#tutorials https://github.com/pravega/zookeeper-operator/tree/master

Suggestions for an improvement

Expecting solution ASAP.