You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the option to be able to fine-tune the pull progress timeout or even
disable it.
Fixes#8764 and #8760
Follow-up on: #7887
Signed-off-by: Sascha Grunert <[email protected]>
complete-c crio -n'__fish_crio_no_subcommand'-f-l profile-cpu -r-d'Write a pprof CPU profile to the provided path.'
139
139
complete-c crio -n'__fish_crio_no_subcommand'-f-l profile-mem -r-d'Write a pprof memory profile to the provided path.'
140
140
complete-c crio -n'__fish_crio_no_subcommand'-f-l profile-port -r-d'Port for the pprof profiler.'
141
+
complete-c crio -n'__fish_crio_no_subcommand'-f-l pull-progress-timeout -r-d'The timeout for an image pull to make progress until the pull operation gets canceled. This value will be also used for calculating the pull progress interval to --pull-progress-timeout / 10. Can be set to 0 to disable the timeout as well as the progress output.'
141
142
complete-c crio -n'__fish_crio_no_subcommand'-f-l rdt-config-file-r-d'Path to the RDT configuration file for configuring the resctrl pseudo-filesystem.'
142
143
complete-c crio -n'__fish_crio_no_subcommand'-f-lread-only -d'Setup all unprivileged containers to run as read-only. Automatically mounts the containers\' tmpfs on \'/run\', \'/tmp\' and \'/var/tmp\'.'
143
144
complete-c crio -n'__fish_crio_no_subcommand'-f-l registry -r-d'Registry to be prepended when pulling unqualified images. Can be specified multiple times.'
**--profile-port**="": Port for the pprof profiler. (default: 6060)
376
377
378
+
**--pull-progress-timeout**="": The timeout for an image pull to make progress until the pull operation gets canceled. This value will be also used for calculating the pull progress interval to --pull-progress-timeout / 10. Can be set to 0 to disable the timeout as well as the progress output. (default: 10s)
379
+
377
380
**--rdt-config-file**="": Path to the RDT configuration file for configuring the resctrl pseudo-filesystem.
378
381
379
382
**--read-only**: Setup all unprivileged containers to run as read-only. Automatically mounts the containers' tmpfs on '/run', '/tmp' and '/var/tmp'.
Copy file name to clipboardExpand all lines: docs/crio.conf.5.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -466,6 +466,9 @@ CRI-O reads its configured registries defaults from the system wide containers-r
466
466
**separate_pull_cgroup**=""
467
467
[EXPERIMENTAL] If its value is set, then images are pulled into the specified cgroup. If its value is set to "pod", then the pod's cgroup is used. It is currently supported only with the systemd cgroup manager.
468
468
469
+
**pull_progress_timeout**="10s"
470
+
The timeout for an image pull to make progress until the pull operation gets canceled. This value will be also used for calculating the pull progress interval to pull_progress_timeout / 10. Can be set to 0 to disable the timeout as well as the progress output.
471
+
469
472
## CRIO.NETWORK TABLE
470
473
The `crio.network` table containers settings pertaining to the management of CNI plugins.
Usage: "The timeout for an image pull to make progress until the pull operation gets canceled. This value will be also used for calculating the pull progress interval to --pull-progress-timeout / 10. Can be set to 0 to disable the timeout as well as the progress output.",
0 commit comments