HoustonPutman commented on issue #665:
URL: https://github.com/apache/solr-operator/issues/665#issuecomment-1852406673

   So if you deploy Solr using the "provided" zookeeper, then it will be 
managed in tandem with your SolrCloud. If you want the Zookeeper Cluster's 
lifecycle to be independent of the Solr lifecycle, you will need to manage it 
separately.
   
   I would recommend in that case to use the Bitnami Zookeeper Helm chart 
rather than the Zookeeper Operator's offering.
   https://artifacthub.io/packages/helm/bitnami/zookeeper
   
   You would install that by itself, and then find the Zookeeper connection 
String.
   Then in the Solr helm values file, you would use that as the "zk.address" 
option (and not provide any "zk.provided.*" option).
   See the solr helm chart's options for more details: 
https://artifacthub.io/packages/helm/apache-solr/solr#zk-options


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to