Support uploading configsets through the operator
Is your feature request related to a problem? Please describe. I'd like to be able to apply a configset to a solr cluster managed through the operator.
Describe the solution you'd like I could write a yaml file to define a configset.
Describe alternatives you've considered Currently the only alternatives are to either build the image with the configsets or to upload one through the API before creating the configsets.
Currently the only alternatives are to either build the image with the configsets or to upload one through the API before creating the configsets.
@whitleykeith Did you mean "or to upload one through the API before creating the collections" (and not configsets)?
If so, I'm wondering how to upload the configset between the creation of the kind: SolrCloud object, and the kind: SolrCollection object. Could you please give me more details about this?
First question is - should it be a configSet bootstrapping feature that will only be run on first startup if a configset with that name does not already exist...
OR - should it be a mechanism to manage configset updates through the operator?
As a bootstrapping feature we just need an initContainer which looks for a CM and uploads it with a CLI command.
But as a management feature it would more look like a SolrConfigSet CRD, where you could create, update, delete. For this to make sense, Solr should supported making a configSet Read-Only, so it is "owned" by the operator, since changes from ConfigSet API would be overwritten on next CM change...