You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: