-
Notifications
You must be signed in to change notification settings - Fork 8
feat: Enable configurable parallel image pulls #1306
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
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.
If the default value of "maxParallelImagePullsPerNode" is set to 1, it is equivalent to enabling the serializeImagePulls. Do we want the default behavior of this to be the same as before (using serializeImagePulls), or set a reasonable default value (such as 5) to use parallel image pulling?
@jimmidyson replied: I think this is good. |
pkg/handlers/generic/mutation/parallelimagepulls/embedded/kubeletconfigpatch.yaml
Outdated
Show resolved
Hide resolved
7bc8d8c to
e026124
Compare
Default behaviour is retained, that is serialized image pulls actually configured by disabling forced serialized image pulls and setting max parallel image pulls to 1. A value of zero means unlimited parallel image pulls.
af5ddf9 to
04440e8
Compare
**What problem does this PR solve?**: Default behaviour is retained, that is serialized image pulls actually configured by disabling forced serialized image pulls and setting max parallel image pulls to 1. A value of zero means unlimited parallel image pulls. **Which issue(s) this PR fixes**: Fixes # **How Has This Been Tested?**: <!-- Please describe the tests that you ran to verify your changes. Provide output from the tests and any manual steps needed to replicate the tests. --> **Special notes for your reviewer**: <!-- Use this to provide any additional information to the reviewers. This may include: - Best way to review the PR. - Where the author wants the most review attention on. - etc. -->
What problem does this PR solve?:
Default behaviour is retained, that is serialized image pulls actually configured by disabling forced serialized image pulls and setting max parallel image pulls to 1.
A value of zero means unlimited parallel image pulls.
Which issue(s) this PR fixes:
Fixes #
How Has This Been Tested?:
Special notes for your reviewer: