From 5a0d3c4fac5a67ecf0c5389b1c7cc14db92d6791 Mon Sep 17 00:00:00 2001 From: "wangyongchao.bj" Date: Fri, 30 Jul 2021 09:50:30 +0800 Subject: [PATCH] docs: update the kata release url in the kata deploy document fixed the url error, updated the path to kata 2.x release (https://github.com/kata-containers/kata-containers/releases) from kata 1.x release (https://github.com/kata-containers/runtime/releases) in the kata-deploy README.md file. Fixes: #2355. Signed-off-by: wangyongchao.bj --- tools/packaging/kata-deploy/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/packaging/kata-deploy/README.md b/tools/packaging/kata-deploy/README.md index cc09ea31b..4e1068a0a 100644 --- a/tools/packaging/kata-deploy/README.md +++ b/tools/packaging/kata-deploy/README.md @@ -112,7 +112,7 @@ $ kubectl delete -f runtimeclasses/kata-runtimeClasses.yaml The [Dockerfile](Dockerfile) used to create the container image deployed in the DaemonSet is provided here. This image contains all the necessary artifacts for running Kata Containers, all of which are pulled -from the [Kata Containers release page](https://github.com/kata-containers/runtime/releases). +from the [Kata Containers release page](https://github.com/kata-containers/kata-containers/releases). Host artifacts: * `cloud-hypervisor`, `firecracker`, `qemu-system-x86_64`, and supporting binaries