1
0
mirror of https://github.com/kata-containers/kata-containers.git synced 2025-09-22 17:27:34 +00:00

kata-deploy: add kata-qemu-sev runtimeclass

In order to populate containerd config file with
support for SEV, we need to add the qemu-sev shim
to the kata-deploy script.

Signed-off-by: Tobin Feldman-Fitzthum <tobin@ibm.com>
This commit is contained in:
Tobin Feldman-Fitzthum
2023-05-11 20:01:48 +00:00
committed by Fabiano Fidêncio
parent 521dad2a47
commit 724437efb3

@@ -18,6 +18,7 @@ shims=(
"qemu"
"qemu-nvidia-gpu"
"qemu-tdx"
"qemu-sev"
"qemu-snp"
"clh"
"dragonball"