HoustonPutman commented on issue #618:
URL: https://github.com/apache/solr-operator/issues/618#issuecomment-1711811235

   This is a very good question, but ultimately it would be a fairly big change 
to the way that the operator works.
   
   Currently the Solr Operator uses a single StatefulSet to manage the pods for 
each SolrCloud instance. The statefulSet has a single pod spec, so pods are 
meant to be identical. That means we can't give different envVars (to set the 
node role) to different pods.
   
   One option would be to have the Solr Operator manage a solr cloud in 
multiple StatefulSets, so that each statefulSet could have a different podSpec 
to . This is definitely something that could be done, but would be a fairly big 
undertaking. If you list your use case, and how you imagine you would want to 
configure the node roles, then it's something we could think about for `v0.9.0` 
or `v1.0.0`.


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

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


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

Reply via email to