From 32cbce67c9df0f344ab02b71901d9d97bb16f52e Mon Sep 17 00:00:00 2001 From: xulei Date: Wed, 24 Apr 2019 13:54:56 +0800 Subject: [PATCH] Docs: Update link in containerd-kata.md update the link of shimv2.svg Fixes: #440 Signed-off-by: Lei Xu --- how-to/containerd-kata.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/how-to/containerd-kata.md b/how-to/containerd-kata.md index e9f7d385d0..7ec435de62 100644 --- a/how-to/containerd-kata.md +++ b/how-to/containerd-kata.md @@ -60,7 +60,7 @@ With `shimv2`, kubernetes can launch Pod and OCI-compatible containers with one shims (i.e. a `containerd-shim` and a `kata-shim` for each container and the Pod sandbox itself) and no standalone `kata-proxy` process were used, even with vsock not available. -![kubernetes integration with shimv2](../arch-images/shimv2.svg) +![kubernetes integration with shimv2](../design/arch-images/shimv2.svg) The shim v2 is introduced in containerd [v1.2.0](https://github.com/containerd/containerd/releases/tag/v1.2.0) and kata `shimv2` is implemented in Kata Containers v1.5.0.