-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initial implementation. #1
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good for the first step. I briefly looked at deployment.yaml maybe someone with more experience can verify it.
I think we need CI for this + linter (https://github.com/marketplace/actions/run-golangci-lint)
Co-authored-by: Tomasz Janiszewski <[email protected]>
@rukletsov would you be able to review this while @janisz is out? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with one note on adding a comment about replaces and how to upgrade them in a future
Have a metadata generation task per arch.
This a bare-bones (no metric gathering support) but functional implementation.
Tested in stackrox/stackrox#10750
On that PR, (judging from the logs of a few jobs) deploying the pre-fetcher added 7-18 seconds, and waiting for pulls to complete 1-4 seconds to the job runtime, but likely provided a moderate net speed-up, since non-prefetched stackrox image pulls was on the order of 20-40 seconds.