kata-deploy: Setting up snapshotters per runtime handler

Setting up snapshotters per runtime handler as the commit
(6cc6ca5a7f) described.

Signed-off-by: ChengyuZhu6 <chengyu.zhu@intel.com>
This commit is contained in:
ChengyuZhu6
2024-02-08 16:17:56 +08:00
committed by Fabiano Fidêncio
parent ba242b0198
commit cd6a84cfc5
2 changed files with 5 additions and 0 deletions

View File

@@ -501,6 +501,7 @@ function main() {
echo "* CREATE_RUNTIMECLASSES: ${CREATE_RUNTIMECLASSES}"
echo "* CREATE_DEFAULT_RUNTIMECLASS: ${CREATE_DEFAULT_RUNTIMECLASS}"
echo "* ALLOWED_HYPERVISOR_ANNOTATIONS: ${ALLOWED_HYPERVISOR_ANNOTATIONS}"
echo "* SNAPSHOTTER_HANDLER_MAPPING: ${SNAPSHOTTER_HANDLER_MAPPING}"
# script requires that user is root
euid=$(id -u)