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


   ahhh so that pod options is for the Solr cluster.
   
   For the zookeeper cluster, use the following in your SolrCloud resource:
   ```yaml
   spec:
     zookeeperRef:
       provided:
         zookeeperPodPolicy:
           nodeSelector:
             kubernetes.io/os: linux
   ```
   
   For the helm chart, you can pass this through:
   ```yaml
   zk:
     provided:
       zookeeperPodPolicy:
         nodeSelector:
           kubernetes.io/os: linux
   ```
   
   Sorry for omitting this earlier, those two are the only you will have to do 
unless you are also installing a Solr Prometheus Exporter, but that will be 
specified in a different resource.


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