Skip to content

Commit 92e8f11

Browse files
authored
Update keps/sig-node/3542-cri-image-pulling-with-progress-notification/README.md
1 parent 75920a6 commit 92e8f11

File tree

1 file changed

+1
-1
lines changed
  • keps/sig-node/3542-cri-image-pulling-with-progress-notification

1 file changed

+1
-1
lines changed

keps/sig-node/3542-cri-image-pulling-with-progress-notification/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ runtime CRI image service server.
254254
The PullImageWithProgressRequest contains base information needed to do the image pull (image name, auth config
255255
and sandbox information), and it will also contain information how often the server should send progress reports.
256256
The CRI client can restrict the progress reporting to be time-based (e.g. once every n. seconds),
257-
or based on size (amount of bytes/KiB/MiB downloaded). The size-based should be the default one.
257+
or based on size (amount of bytes/KiB/MiB downloaded).
258258

259259
message PullImageWithProgressRequest {
260260
// Include original non-progress request structure.

0 commit comments

Comments
 (0)