gthvidsten edited a comment on issue #381:
URL: https://github.com/apache/solr-operator/issues/381#issuecomment-985742900


   I'm getting `ErrImagePull` with `docker.io` as well.
   I've been experimenting with these addresses as the Azure Kuberenets Service 
we're running on doesn't seem to want to pull directly from Docker, so I need 
to prefix all images with Docker's FQDN, which is not really documented 
anywhere.
   `index.docker.io` and `docker.io` seems to work for the Solr images, but it 
just refuses to get the Zookeeper image.
   
   EDIT:
   
   It does not seem to be a rate limitation or authorization issue. The error 
just says "ErrImagePull" without any additional information suggesting error 
scenarios.
   
   EDIT2:
   
   I can see now from the events in one of the pods that it is assigned to our 
Windows node, and not our Linux node. I guess that's a big part of the problem 
here.
   I did add this to the top of the `values.yaml` file, but maybe that's not 
enough?
   ```
   nodeSelector:
     kubernetes.io/os: linux
   ```
   
   Another odd thing is that I did see a message about not being able to find a 
compatible Windows/amd64 image a couple of times, but after adding the above to 
`values.yaml` I never saw them again so I figured it worked... but maybe not 
enough.


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