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 3909632 commit d62526c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Introduce new CRI API call for downloading a container image with possibility of
reports being sent back to requestor and / or no-progress timeout. It should be possible to use
both the progress reporting and no-progress timeout together as well as separately. For instance,
the runtime should send back messages about image pulling progress with information
on how much data was downloaded and what is the current estimated total size of download, and
on how much data was downloaded and, if known, 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.

## Motivation
Expand Down

0 comments on commit d62526c

Please sign in to comment.