-
Notifications
You must be signed in to change notification settings - Fork 22
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
Support in-flight requests for warm metal driver #77
Comments
Going through https://github.com/kubernetes/enhancements/tree/master/keps/sig-node/3673-kubelet-parallel-image-pull-limit to understand how kubelet is implementing it. |
^ basically uses a buffered channel to limit max in-flight pulls. csi-driver-image can use a similar approach. Started a WIP PR: #81 |
@vadasambar assigning this issue to you as you have already started working on it. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. |
Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information. |
Most of the context around this can be found in the discussion in #71 (comment)
TL:DR;
TODO
The text was updated successfully, but these errors were encountered: