Add a new crio_root variable in order to store CRI-O data on something else than /var/lib (#11692)

This commit is contained in:
Timothée Oliger
2024-11-07 03:01:29 +01:00
committed by GitHub
parent b7c1d68ea3
commit 4e58413140
2 changed files with 3 additions and 1 deletions

View File

@@ -39,6 +39,8 @@ crio_stream_port: "10010"
crio_required_version: "{{ kube_version | regex_replace('^v(?P<major>\\d+).(?P<minor>\\d+).(?P<patch>\\d+)$', '\\g<major>.\\g<minor>') }}"
crio_root: "/var/lib/containers/storage"
# The crio_runtimes variable defines a list of OCI compatible runtimes.
crio_runtimes:
- name: crun