From 2270f19ee1aa77d03d1c59ec39858cb942223ae3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Wed, 17 Feb 2021 23:14:10 +0100 Subject: [PATCH] kata-deploy: Update README to reflect the current distributed artifacts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Our list was based on what we used to ship for Kata Containers 1.x, not even taking into account the shimv2 binary. Let's update it in order to reflect better what we currently distribute. Signed-off-by: Fabiano FidĂȘncio --- tools/packaging/kata-deploy/README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/tools/packaging/kata-deploy/README.md b/tools/packaging/kata-deploy/README.md index 938d7f83a7..01dc300e04 100644 --- a/tools/packaging/kata-deploy/README.md +++ b/tools/packaging/kata-deploy/README.md @@ -133,17 +133,18 @@ This image contains all the necessary artifacts for running Kata Containers, all from the [Kata Containers release page](https://github.com/kata-containers/runtime/releases). Host artifacts: -* `kata-runtime` +* `cloud-hypervisor`, `firecracker`, `qemu-system-x86_64`, `qemu-virtiofs-system-x86_64` and supporting binaries +* `containerd-shim-kata-v2` +* `kata-clh` +* `kata-collect-data.sh` * `kata-fc` * `kata-qemu` -* `kata-proxy` -* `kata-shim` -* `firecracker` -* `qemu-system-x86_64` and supporting binaries +* `kata-qemu-virtiofs` +* `kata-runtime` Virtual Machine artifacts: -* `kata-containers.img`: pulled from Kata GitHub releases page -* `vmlinuz.container`: pulled from Kata GitHub releases page +* `kata-containers.img` and `kata-containers-initrd.img`: pulled from Kata GitHub releases page +* `vmlinuz.container` and `vmlinuz-virtiofs.container`: pulled from Kata GitHub releases page ### DaemonSets and RBAC