Update Kata Containers runtime (#8797)

* Update Kata containers binary to 2.4.1 version

* Update overhead kata runtime values

* Fix kata-qemu default values in CRI-O
This commit is contained in:
Victor Morales
2022-05-08 17:01:18 -07:00
committed by GitHub
parent 323a111362
commit 02b6e4833a
3 changed files with 14 additions and 10 deletions

View File

@@ -56,15 +56,11 @@ crio_runtimes:
# surface and mitigating the consequences of containers breakout.
kata_runtimes:
# Kata Containers with the default configured VMM
- name: kata-runtime
path: /opt/kata/bin/kata-runtime
type: oci
root: /run/kata-containers
# Kata Containers with the QEMU VMM
- name: kata-qemu
path: /opt/kata/bin/kata-qemu
type: oci
path: /usr/local/bin/containerd-shim-kata-qemu-v2
type: vm
root: /run/kata-containers
privileged_without_host_devices: true
# crun is a fast and low-memory footprint OCI Container Runtime fully written in C.
crun_runtime: