-
Notifications
You must be signed in to change notification settings - Fork 67
Add a limiter for pushing images #606
Copy link
Copy link
Open
Labels
discussionThis issue is not a bug or feature and a conversation is needed to find an appropriate resolutionThis issue is not a bug or feature and a conversation is needed to find an appropriate resolutionenhancementThis issue is a feature requestThis issue is a feature requestpriority/awaiting-more-evidenceLowest priority. Possibly useful, but not yet enough support to actually get it done.Lowest priority. Possibly useful, but not yet enough support to actually get it done.
Metadata
Metadata
Assignees
Labels
discussionThis issue is not a bug or feature and a conversation is needed to find an appropriate resolutionThis issue is not a bug or feature and a conversation is needed to find an appropriate resolutionenhancementThis issue is a feature requestThis issue is a feature requestpriority/awaiting-more-evidenceLowest priority. Possibly useful, but not yet enough support to actually get it done.Lowest priority. Possibly useful, but not yet enough support to actually get it done.
Type
Projects
Status
Unprioritized
In environments where multiple registries exist for the purpose of security with scan and promotion pipelines, imgpkg presents an issue where intermediate pipelines become overloaded due to the inability to properly stage.
Right now, we have a team pushing 300+ images to a pipeline that can handle 50 images at a time.
As a base solution, the ability to add a delay per image push would help significantly, in order to stagger the full deployment. Example below:
Vote on this request
This is an invitation to the community to vote on issues, to help us prioritize our backlog. Use the "smiley face" up to the right of this comment to vote.
👍 "I would like to see this addressed as soon as possible"
👎 "There are other more important things to focus on right now"
We are also happy to receive and review Pull Requests if you want to help work on this issue.