From 2162422bd92340daec7bb9bab57bc55a1692e999 Mon Sep 17 00:00:00 2001 From: Gabriela Cervantes Date: Fri, 18 Jun 2021 16:48:07 +0000 Subject: [PATCH 1/2] docs: Update url for installation guides This PR updates the correct url for kata installation guides in kata 2.x Fixes #2069 Signed-off-by: Gabriela Cervantes --- src/runtime/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime/README.md b/src/runtime/README.md index f30486f39d..1d58e12fbf 100644 --- a/src/runtime/README.md +++ b/src/runtime/README.md @@ -81,7 +81,7 @@ $ kata-runtime check [![Get it from the Snap Store](https://snapcraft.io/static/images/badges/en/snap-store-black.svg)](https://snapcraft.io/kata-containers) -See the [installation guides](https://github.com/kata-containers/documentation/tree/master/install/README.md) +See the [installation guides](https://github.com/kata-containers/kata-containers/blob/main/docs/install/README.md) available for various operating systems. ## Quick start for developers From 6db24bbe168cd95f26bfb4bac0bf71f664088760 Mon Sep 17 00:00:00 2001 From: Gabriela Cervantes Date: Fri, 18 Jun 2021 18:48:56 +0000 Subject: [PATCH 2/2] docs: Update kata-deploy urls for installation document This PR updates the proper url for kata-deploy scripts at the minikube installation. Fixes #2072 Signed-off-by: Gabriela Cervantes --- docs/install/minikube-installation-guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/install/minikube-installation-guide.md b/docs/install/minikube-installation-guide.md index 4c27fc695a..48ec50d391 100644 --- a/docs/install/minikube-installation-guide.md +++ b/docs/install/minikube-installation-guide.md @@ -18,7 +18,7 @@ cluster locally. It creates a single node Kubernetes stack in a local VM. [Kata Containers](https://github.com/kata-containers) can be installed into a Minikube cluster using -[`kata-deploy`](https://github.com/kata-containers/packaging/tree/master/kata-deploy). +[`kata-deploy`](https://github.com/kata-containers/kata-containers/tree/main/tools/packaging/kata-deploy). This document details the pre-requisites, installation steps, and how to check the installation has been successful. @@ -135,7 +135,7 @@ $ kubectl apply -f kata-deploy/base/kata-deploy.yaml This installs the Kata Containers components into `/opt/kata` inside the Minikube node. It can take a few minutes for the operation to complete. You can check the installation has worked by checking the status of the `kata-deploy` pod, which will be executing -[this script](https://github.com/kata-containers/packaging/blob/master/kata-deploy/scripts/kata-deploy.sh), +[this script](https://github.com/kata-containers/kata-containers/tree/main/tools/packaging/kata-deploy/scripts/kata-deploy.sh), and will be executing a `sleep infinity` once it has successfully completed its work. You can accomplish this by running the following: