You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried using a sidecarContainer however I feel like that is the wrong approach since solrcloud api needs to be ready in order to receive the requests which creates a race condition.
I've also read through the CRD options but I can't find anything related to configsets or schemas.
What is the recommended way to approach this using the operator?
The text was updated successfully, but these errors were encountered:
Hi. I normally prefer letting the Application that will index content to Solr own also the configSet and collection. Thus when your application first talks to Solr, it will check if Collection X and ConfigSet Y exists, if not it will upload and create.
If you for some reason want a pre-canned config, I have had success using helm post-install hooks, in which you can run a script that waits for ready state and then does whatever.
I'm struggling to load a schema and a configset using the operator.
In my docker-compose I do it like this:
I have tried using a sidecarContainer however I feel like that is the wrong approach since solrcloud api needs to be ready in order to receive the requests which creates a race condition.
I've also read through the CRD options but I can't find anything related to configsets or schemas.
What is the recommended way to approach this using the operator?
The text was updated successfully, but these errors were encountered: