You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by GitBox <gi...@apache.org> on 2022/03/09 08:27:56 UTC

[GitHub] [solr-operator] jojay opened a new issue #414: How to load solrconfig.xml from configmap

jojay opened a new issue #414:
URL: https://github.com/apache/solr-operator/issues/414


   Hello, 
   I am evaluating usage of solr-operator currently and so a question came up:
   
   Docu: https://apache.github.io/solr-operator/docs/solr-cloud/solr-cloud-crd.html#override-built-in-solr-configuration-files
   states and gives an example how to load solr.xml and or log4j2.xml from configmap. 
   This works fine for me.
   I was asking myself though, if it is also possible to load solrconfig.xml making use of the same approach, which apparently doesn`t work the same way.
   
   So my question is: What is the recommended way to load solrconfig.xml from configmap. Do I overlook sth. how CRD would help me to do so?
   I saw that it is possible to interact with solconfig.xml using variables. But the docu doesn`t state how to load another solrconfig.xml
   
   Thank you very much for your reply in advance.


-- 
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


[GitHub] [solr-operator] HoustonPutman closed issue #414: How to load solrconfig.xml from configmap

Posted by GitBox <gi...@apache.org>.
HoustonPutman closed issue #414:
URL: https://github.com/apache/solr-operator/issues/414


   


-- 
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


[GitHub] [solr-operator] jojay commented on issue #414: How to load solrconfig.xml from configmap

Posted by GitBox <gi...@apache.org>.
jojay commented on issue #414:
URL: https://github.com/apache/solr-operator/issues/414#issuecomment-1063811207


   @HoustonPutman Thank you very much for your feedback!


-- 
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


[GitHub] [solr-operator] HoustonPutman commented on issue #414: How to load solrconfig.xml from configmap

Posted by GitBox <gi...@apache.org>.
HoustonPutman commented on issue #414:
URL: https://github.com/apache/solr-operator/issues/414#issuecomment-1063235395


   Configsets are stored in ZK and thus there's not really a need for the Solr Operator to manage them for you.
   
   There are Solr APIs for managing configSets, and the `solrconfig.xml` contained in them:
   
   - https://solr.apache.org/guide/8_11/configsets-api.html
   - https://solr.apache.org/guide/8_11/config-api.html


-- 
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