gerlowskija opened a new issue, #803: URL: https://github.com/apache/solr-operator/issues/803
The solrcloud CRD and accompanying helm chart offer ways to set most common `bin/solr` options, but I recently ran into one of the few exceptions: Jetty options/arguments. As far as I know there's no way to customize the arguments passed to Jetty in a solrcloud, outside of baking certain options into the Docker image itself. We should find a way to support this usecase. Two initial approaches come to mind: 1. Allow users to override the Docker "command" more broadly. (At which point they can rely on the Solr CLI's `-j` option) 2. Expose a CRD setting specific to Jetty options that then gets inserted into a Docker "command" template. -- 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]
