mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-19 00:17:54 +00:00
kata-deploy: add CC's kata-qemu-sev runtimeclass
After adding an SEV QEMU config file (#4850), need to configure containerd to select this when appropriate based on a new runtimeclass. Adds to the configuration of containerd so the correct config is selected. Fixes: #4851 Signed-Off-By: Alex Carter <alex.carter@ibm.com>
This commit is contained in:
parent
f5a6522398
commit
7849c7977c
@ -14,6 +14,7 @@ containerd_conf_file_backup="${containerd_conf_file}.bak"
|
||||
shims=(
|
||||
"qemu"
|
||||
"qemu-tdx"
|
||||
"qemu-sev"
|
||||
"clh"
|
||||
"clh-tdx"
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user