RHEcosystemAppEng / starburstaddon-operator

Operator to deploy the Starburst Addon
1 stars 2 forks source link

Change images from Docker to Quay #3

Open cmwylie19 opened 1 year ago

cmwylie19 commented 1 year ago

We are hitting limits at times in Dockerhub from the containers

37s         Warning   Failed                pod/starburst-enterprise-helm-operator-controller-manager-5fb6gmh4c           Failed to pull image "nginx": rpc error: code = Unknown desc = reading manifest latest in docker.io/library/nginx: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit

That said, we have two options for times of high volume where we are likely to hit rate limits:

  1. Move the images to quay which does not have rate limits
  2. Add imagePullPolicy: IfNotPresent