From 486baba7fd49261cd745dfdb2e87c15a121026ff Mon Sep 17 00:00:00 2001 From: "wangyongchao.bj" Date: Tue, 24 Aug 2021 11:11:06 +0800 Subject: [PATCH] docs: update containerd CRI plugin url update cri plugin source path to containerd pkg in the how-to-use-k8s-with-cri-containerd-and-kata.md file. The cri project was moved to containerd project pkg directory. Fixes: #2490 Signed-off-by: wangyongchao.bj --- docs/how-to/how-to-use-k8s-with-cri-containerd-and-kata.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-to/how-to-use-k8s-with-cri-containerd-and-kata.md b/docs/how-to/how-to-use-k8s-with-cri-containerd-and-kata.md index 68a840bcd..47687fa6b 100644 --- a/docs/how-to/how-to-use-k8s-with-cri-containerd-and-kata.md +++ b/docs/how-to/how-to-use-k8s-with-cri-containerd-and-kata.md @@ -3,7 +3,7 @@ This document describes how to set up a single-machine Kubernetes (k8s) cluster. The Kubernetes cluster will use the -[CRI containerd plugin](https://github.com/containerd/cri) and +[CRI containerd plugin](https://github.com/containerd/containerd/tree/main/pkg/cri) and [Kata Containers](https://katacontainers.io) to launch untrusted workloads. ## Requirements