Open betatim opened 4 years ago
Might also be useful to look at image pull secrets for a service account which should have the effect of a 'default' imagePullSecret without having to specify it for every pod separately.
@MridulS we now have the Pro account and use the corresponding credentials for pulling at GESIS - is this correct?
Yes, and as we don't use DIND to build/pull, we just use authenticated docker ($ docker login
) on our host server . cc @bitnik
Looks like the OVH cluster is out of action because it is hitting the docker hub rate limit. I will take a look at adding a image pull secret by hand and if that works figure out how/where to add it in the BinderHub chart.
Right now thinking it should be separate from the "docker registry" credentials we have because you might have a private registry and also want to configure docker hub credentials for pulling (base) images from there. Something I don't know yet is how to ask helm to patch the default service account. Or if it is even sensible to try and do that.
Dockerhub will start rate limiting pulls from its registry. The rate limit will be applied based on the IP of the docker client. So all pulls from one cluster will be under the same "account".
There are a few scenarios in which this will touch mybinder.org.
Dockerfile
with a base image that we don't already haveIn addition some of the clusters use dockerhub as their internal registry. This means every launch (with the image not already present on the node) will need to pull, contributing to the rate limit.
These are a few places I think we should go and investigate: