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

@@ -32,6 +32,8 @@ crio_registry_auth: []
crio_seccomp_profile: ""
crio_selinux: "{{ (preinstall_selinux_state == 'enforcing') | lower }}"
crio_signature_policy: "{% if ansible_os_family == 'ClearLinux' %}/usr/share/defaults/crio/policy.json{% endif %}"
# Set the pull progress timeout
crio_pull_progress_timeout: "10s"
# Override system default for storage driver
# crio_storage_driver: "overlay"