gthvidsten opened a new issue #382:
URL: https://github.com/apache/solr-operator/issues/382


   **Problem**
   
   If you have a multi platform node cluster (linux + windows) then you need to 
specify a `nodeSelector` to force a deployment to run on a specific node. 
Usually like this:
   ```
   nodeSelector:
     kubernetes.io/os: linux
   ```
   
   If you don't have this setting in place then K8s will place them on a node 
as K8s seems fit. When this node turns out to be a Windows node the images 
needed for SolrCloud will not be able to be pulled, with a generic 
`ErrImagePull` in the events for the pods.
   
   Trying to set `nodeSelector` in the `values.yaml` doesn't work for the 
SolrCloud installation. There are no errors, it just seems to be ignored.
   
   **Solution**
   
   Make SolrCloud use `nodeSelector` settings if they are set, preferrably in 
`values.yaml`


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

Reply via email to