You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem?/Why is this needed
Docker has recently announced that they are introducing new rate limits for pulling images from the docker hub. Unauthenticated users are limited to 100 pulls per IP every 6 hours. The aws-ebs-csi-driver project is most likely to be installed in AWS EKS clusters. The container images are hosted on docker hub and the images are likely to fail being pulled if the pull limit has been reached.
Is your feature request related to a problem?/Why is this needed
Docker has recently announced that they are introducing new rate limits for pulling images from the docker hub. Unauthenticated users are limited to 100 pulls per IP every 6 hours. The aws-ebs-csi-driver project is most likely to be installed in AWS EKS clusters. The container images are hosted on docker hub and the images are likely to fail being pulled if the pull limit has been reached.
https://www.docker.com/pricing
/feature
Describe the solution you'd like in detail
I'd like to see the images hosted on a different image registry. For example quay.io or Amazon's own ECR.
The text was updated successfully, but these errors were encountered: