crio: add option pull_progress_timeout (#12555)

This commit is contained in:
peterw
2025-11-16 03:53:37 +00:00
committed by GitHub
parent 71c69ec12c
commit 2f3f1d7e65
2 changed files with 8 additions and 0 deletions

View File

@@ -348,6 +348,12 @@ signature_policy = "{{ crio_signature_policy }}"
# ignore; the latter will ignore volumes entirely.
image_volumes = "mkdir"
# 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.
pull_progress_timeout = "{{ crio_pull_progress_timeout }}"
# The crio.network table containers settings pertaining to the management of
# CNI plugins.
[crio.network]