Skip to content
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

Enable parallel image pulls #21

Merged
merged 3 commits into from
Nov 28, 2024
Merged

Enable parallel image pulls #21

merged 3 commits into from
Nov 28, 2024

Conversation

yankcrime
Copy link
Member

As of 1.27, Kubernetes added support for parallelizing image pulls but this is not enabled by default. This is especially useful in situations where multiple images need to be downloaded to a host, but one of them is particularly large.

@yankcrime yankcrime requested a review from spjmurray November 5, 2024 10:51
@yankcrime
Copy link
Member Author

@spjmurray Happy to be debate what in this PR should be configurable, and where.

@spjmurray
Copy link
Member

@yankcrime yankcrime force-pushed the parallel_image_pulls branch from cfbcb8a to 278fcf8 Compare November 6, 2024 16:36
@yankcrime yankcrime force-pushed the parallel_image_pulls branch 2 times, most recently from 98b321e to 1f6d718 Compare November 7, 2024 16:24
@yankcrime yankcrime marked this pull request as draft November 7, 2024 17:34
@yankcrime yankcrime force-pushed the parallel_image_pulls branch from 1f6d718 to d537c28 Compare November 7, 2024 17:52
@yankcrime yankcrime force-pushed the parallel_image_pulls branch from d537c28 to c28e15b Compare November 27, 2024 16:22
@yankcrime yankcrime marked this pull request as ready for review November 27, 2024 16:22
As of 1.27, Kubernetes added support for parallelizing image pulls but
this is not enabled by default.  This is especially useful in situations
where multiple images need to be downloaded to a host, but one of them
is particularly large.
@yankcrime yankcrime force-pushed the parallel_image_pulls branch 5 times, most recently from 1599c82 to 0c88f22 Compare November 28, 2024 12:51
Passing options such as the one for serializing image pulls has been
deprecated (see warning `Flag --serialize-image-pulls has been
deprecated`), so do as the warning suggests and pass these in to a file.
@yankcrime yankcrime force-pushed the parallel_image_pulls branch from 0c88f22 to a48495f Compare November 28, 2024 13:19
@yankcrime yankcrime requested a review from spjmurray November 28, 2024 13:31
Copy link
Member

@spjmurray spjmurray left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Appears to do what it says on the tin! 💯

@spjmurray
Copy link
Member

Actually, before I click merge, would you like to to bump the chart version so it gets released?

@yankcrime
Copy link
Member Author

@spjmurray Done 🫡

Copy link
Member

@spjmurray spjmurray left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Spectacular!

@spjmurray spjmurray merged commit 744666e into main Nov 28, 2024
1 check passed
@spjmurray spjmurray deleted the parallel_image_pulls branch November 28, 2024 16:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants