[kata-containers] Update configuration to support kata 3.1.3. (#10466)

Namely, the libexec paths have changed since 2.5.
This also makes kata_containers_virtio_fs_cache configurable.
This commit is contained in:
Heather Lapointe
2023-09-28 03:33:33 -04:00
committed by GitHub
parent 1fd31ccc28
commit ddd7aa844c
2 changed files with 164 additions and 81 deletions

View File

@@ -7,3 +7,4 @@ kata_containers_qemu_default_memory: "{{ ansible_memtotal_mb }}"
kata_containers_qemu_debug: 'false'
kata_containers_qemu_sandbox_cgroup_only: 'true'
kata_containers_qemu_enable_mem_prealloc: 'false'
kata_containers_virtio_fs_cache: 'always'