From f330ffd8329f9f050024d708f07c337985822ba6 Mon Sep 17 00:00:00 2001 From: Gabriela Cervantes Date: Mon, 3 Oct 2022 16:16:34 +0000 Subject: [PATCH] cri doc: Update kata containers reference This PR updates the url for the kata containers reference about how to use kata containers and containerd for untrusted workloads. Signed-off-by: Gabriela Cervantes --- docs/cri/config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cri/config.md b/docs/cri/config.md index 082637ee5..67c25d114 100644 --- a/docs/cri/config.md +++ b/docs/cri/config.md @@ -492,7 +492,7 @@ to request a pod be run using a runtime for untrusted workloads, the RuntimeHand `plugins."io.containerd.grpc.v1.cri"cri.containerd.runtimes.untrusted` must be defined first. When the annotation `io.kubernetes.cri.untrusted-workload` is set to `true` the `untrusted` runtime will be used. For example, see -[Create an untrusted pod using Kata Containers](https://github.com/kata-containers/documentation/blob/master/how-to/how-to-use-k8s-with-cri-containerd-and-kata.md#create-an-untrusted-pod-using-kata-containers). +[Create an untrusted pod using Kata Containers](https://github.com/kata-containers/kata-containers/blob/main/docs/how-to/containerd-kata.md#kata-containers-as-the-runtime-for-untrusted-workload). ## CNI Config Template