Skip to content

Commit

Permalink
Update keps/sig-node/3542-cri-image-pulling-with-progress-notificatio…
Browse files Browse the repository at this point in the history
…n/README.md

Co-authored-by: Mike Brown <brownwm@us.ibm.com>
  • Loading branch information
byako and mikebrow committed Jun 13, 2023
1 parent db96b99 commit 558f8f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Items marked with (R) are required *prior to targeting to a milestone / release*

Introduce new CRI API call for downloading a container image with possibility of pulling progress
reports being sent back to requestor and / or no-progress timeout. It shold be possible to use
both the progress reporting and no-progress timtout together as well as separately. For instance,
both the progress reporting and no-progress timeout together as well as separately. For instance,
the runtime should send back a message every N seconds of image pulling progress with information
on how much data was downloaded and what is the current estimated total size of download, and
report a failure at any point after M consecutive seconds of no data being downloaded.
Expand Down

0 comments on commit 558f8f2

Please sign in to comment.