Hello,
I'm using SwarmCD on my home production docker VM now, and I've noticed some issues.
One that is kind of annoying is that I'm always really close to the docker pull rate limit, or even above it and can never use docker pull anymore.
I see a lot of
429 Too Many Requests
toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
At first, I thought that it was normal because I had redeployed everything on a newer machine.
However, it has been multiple days now and it is still like that.
I'm not sure if SwarmCD is the problem or if docker swarm is the problem, as I was using compose before.
But something seems to be agressively re-pulling or at least asking the daemon to pull images constantly. I still have some containers using latest images, could it be that something is always trying to see if there is a more recent one ?
It seems I'm only running 45 containers at the moment, which is not gigantic and should definetely not trigger pull request limits I think.
root@docker-r740:~# docker ps | wc -l
45
Anyway, I'm not sure if the issue is really within SwarmCD, so I wanted to ask other users if they had similar experience :)
Thank you !
Hello,
I'm using SwarmCD on my home production docker VM now, and I've noticed some issues.
One that is kind of annoying is that I'm always really close to the docker pull rate limit, or even above it and can never use docker pull anymore.
I see a lot of
At first, I thought that it was normal because I had redeployed everything on a newer machine.
However, it has been multiple days now and it is still like that.
I'm not sure if SwarmCD is the problem or if docker swarm is the problem, as I was using compose before.
But something seems to be agressively re-pulling or at least asking the daemon to pull images constantly. I still have some containers using
latestimages, could it be that something is always trying to see if there is a more recent one ?It seems I'm only running 45 containers at the moment, which is not gigantic and should definetely not trigger pull request limits I think.
Anyway, I'm not sure if the issue is really within SwarmCD, so I wanted to ask other users if they had similar experience :)
Thank you !