From a1e7457bc486036559d01fe4a88327417efcf6c1 Mon Sep 17 00:00:00 2001 From: z63d Date: Wed, 19 Feb 2025 06:16:24 +0900 Subject: [PATCH] docs: add CRI Plugin Config runtime_path Signed-off-by: Kaita Nakamura --- docs/cri/config.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/cri/config.md b/docs/cri/config.md index 1e3bbd3dbf..77c93b5552 100644 --- a/docs/cri/config.md +++ b/docs/cri/config.md @@ -475,6 +475,11 @@ version = 2 # The default value was "io.containerd.runc.v1" in containerd 1.3, "io.containerd.runtime.v1.linux" in prior releases. runtime_type = "io.containerd.runc.v2" + # runtime_path is an optional field that can be used to overwrite path to a shim runtime binary. + # When specified, containerd will ignore runtime name field when resolving shim location. + # Path must be abs. + runtime_path = "" + # pod_annotations is a list of pod annotations passed to both pod # sandbox as well as container OCI annotations. Pod_annotations also # supports golang path match pattern - https://golang.org/pkg/path/#Match.