From 8779fe7dd5e34c83defe456ef084173d4daa40fb Mon Sep 17 00:00:00 2001 From: "alex.lyn" Date: Tue, 26 Dec 2023 16:37:43 +0800 Subject: [PATCH] runtime-rs: create a reference that directs users to kata csi doc Fixes: #8602 Signed-off-by: alex.lyn --- .../how-to-run-kata-containers-with-kinds-of-Block-Volumes.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/how-to/how-to-run-kata-containers-with-kinds-of-Block-Volumes.md b/docs/how-to/how-to-run-kata-containers-with-kinds-of-Block-Volumes.md index e53a3b5345..b8401ed1b3 100644 --- a/docs/how-to/how-to-run-kata-containers-with-kinds-of-Block-Volumes.md +++ b/docs/how-to/how-to-run-kata-containers-with-kinds-of-Block-Volumes.md @@ -224,3 +224,7 @@ In the case, `ctr run --mount type=X, src=source, dst=dest`, the X will be set ` $ # ctr run with --mount type=spdkvol,src=/kubelet/kata-test-vol-001/volume001,dst=/disk001 $ sudo ctr run -t --rm --runtime io.containerd.kata.v2 --mount type=spdkvol,src=/kubelet/kata-test-vol-001/volume001,dst=/disk001,options=rbind:rw "$image" kata-spdk-vol-xx0530 /bin/bash ``` + +## Integrate Direct Volume with K8S + +Details see [`csi-kata-directvolume`](../../src/tools/csi-kata-directvolume/README.md)