You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by "hmontesdeoca (via GitHub)" <gi...@apache.org> on 2023/03/20 15:59:59 UTC

[GitHub] [solr-operator] hmontesdeoca commented on issue #534: zk provided pvc

hmontesdeoca commented on issue #534:
URL: https://github.com/apache/solr-operator/issues/534#issuecomment-1476504523

   I have specified a storage class name but I would like to mount this pvc to an azure file share. For example, once I create this release via helm I notice it automatically creates new data pvc's according to how many replicas I would like set for the ensemble.
   
   In this case the following command `kubectl get pvc -n <namespace>` with 3 replicas for a values file this would show:
   
   `<release-name>-solrcloud-zookeeper-0`
   `<release-name>-solrcloud-zookeeper-1`
   `<release-name>-solrcloud-zookeeper-2'
   
   And they are all bound to the storage class "solr" as mentioned above with the snippet of the yaml file.
   I would simply like to have a mount to a fileshare represented as a pvc in addition to these automatically provisioned pvcs. This could be seen with the solrcloud helm chart and many others. I just cant seem to find the documentation on this zookeeper provided subchart when specifying volume mounts.
    


-- 
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-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org