kafka-lag-exporter icon indicating copy to clipboard operation
kafka-lag-exporter copied to clipboard

Alternative to Docker Hub

Open gbuirel opened this issue 3 years ago • 2 comments

Describe the bug Current image is stored on Docker Hub and as such, pulling it often results in hitting DockerHub Image Pull Rate Limit : TOOMANYREQUESTS: You have reached your pull rate limit.

To Reproduce Use Kafka Lag Exporter in any environment needing more than one occasional pull.

Environment

  • 0.8.0 Version of KLE Helm Chart
  • GKE Cluster on Kubernetes 1.24
  • Run with Helm

Additional context I know there is some other repositories without pull rate limit, like Quay.io.

Is there a plan in the future to migrate to such a repository ?

In the meantime, my alternative is pulling the image and maintaining a copy inside my own GAR.

gbuirel avatar Oct 07 '22 09:10 gbuirel

IIUC the pull limit is applied to pulling user accounts, not the repo?

seglo avatar Oct 15 '22 21:10 seglo

I am sorry but I don't understand your answer.

I know that this is due to DockerHub's "new" (it's been a year I think now?) policy on pulling images from one user.

gbuirel avatar Oct 17 '22 13:10 gbuirel