mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-16 02:30:03 -03:30
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user