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? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Effective November 2, 2020, download rate limits apply to anonymous and authenticated requests to Docker Hub from Docker Free Plan accounts and are enforced by IP address and Docker ID, respectively.
The actual limit is 10 pulls per IP per hour.
Currently, in manifest, we can see it is using Docker Hub as the source.
Describe the solution you'd like
A clear and concise description of what you want to happen.
I understand we can mitigate this issue by:
Setting kubernetes.io/dockerconfigjson
Pre-download the image and upload to own private container registry
However, can we do it better by migrating the image source to Vultr Container Registry? It will be better if this is maintained by official and I don't have to replace the image source every time in the latest manifest when vultr-csi is updated.
Additional context
I am not expecting VKE becomes another CKE or AKS, but hope we can have better process on maintaining.
If there is an official online tool to replace image source quickly (and warned the user the potential issue relatively), so user can copy the final installation yaml/shell and paste to execute it, it is still acceptable.
The text was updated successfully, but these errors were encountered:
Hey @JoeyC-Dev , you can disregard the failed action, but we will get it fixed so it doesn't continue.
Regarding this request, we can definitely add this to a public Vultr CR repository to mitigate issues with pull limits. We will work on getting this implemented.
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
The actual limit is 10 pulls per IP per hour.
Currently, in manifest, we can see it is using Docker Hub as the source.
vultr-csi/docs/releases/latest.yml
Line 281 in 450ff69
Describe the solution you'd like
A clear and concise description of what you want to happen.
I understand we can mitigate this issue by:
kubernetes.io/dockerconfigjson
However, can we do it better by migrating the image source to Vultr Container Registry? It will be better if this is maintained by official and I don't have to replace the image source every time in the latest manifest when vultr-csi is updated.
Additional context
I am not expecting VKE becomes another CKE or AKS, but hope we can have better process on maintaining.
If there is an official online tool to replace image source quickly (and warned the user the potential issue relatively), so user can copy the final installation yaml/shell and paste to execute it, it is still acceptable.
The text was updated successfully, but these errors were encountered: