gthvidsten commented on issue #378: URL: https://github.com/apache/solr-operator/issues/378#issuecomment-984690120
I may have figured it out. The following command is used to install the Solr Cloud: ``` helm install example-solr apache-solr/solr --version 0.5.0 \ --set image.tag=8.4 \ --set dataStorage.persistent.pvc.storageClassName="solr-storage" \ --set zk.provided.persistence.spec.storageClassName="solr-storage" ``` Where `solr-storage` is an existing and functional StorageClass. It would be nice if someone could confirm that this is correct and I'm not missing anything (and that default values for the rest of the settings are good enough) -- 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: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org