From 13a8e4e39efa789288330b8d126833660b857b7e Mon Sep 17 00:00:00 2001 From: Julio Montes Date: Tue, 17 Nov 2020 11:31:08 -0600 Subject: [PATCH] snap: update apps section Add `kata-runtime` and `kata-collect-data.sh` commands to the apps section, these two command will be accessible through the commands `kata-containers.runtime` and `kata-containers.collect-data` respectively. Henceforth the snap command for `containerd-shim-kata-v2` will be `kata-containers.shim` fixes #1122 Signed-off-by: Julio Montes --- snap/snapcraft.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 663bb529f7..008a8a506d 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -310,4 +310,8 @@ parts: apps: runtime: + command: usr/bin/kata-runtime + shim: command: usr/bin/containerd-shim-kata-v2 + collect-data: + command: usr/bin/kata-collect-data.sh