From 6c083d9410796b3c52ccd558d2c7f83fbf3b9e7e Mon Sep 17 00:00:00 2001 From: Christophe de Dinechin Date: Tue, 27 Oct 2020 16:06:49 +0100 Subject: [PATCH] docs: Add a link to document describing how to use annotations Add a link to the document listing the available annotations Fixes: #1044 Forward-port-of: https://github.com/kata-containers/documentation/pull/757 Signed-off-by: Christophe de Dinechin --- docs/how-to/how-to-load-kernel-modules-with-kata.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/how-to/how-to-load-kernel-modules-with-kata.md b/docs/how-to/how-to-load-kernel-modules-with-kata.md index 12e543149..77ade9797 100644 --- a/docs/how-to/how-to-load-kernel-modules-with-kata.md +++ b/docs/how-to/how-to-load-kernel-modules-with-kata.md @@ -56,8 +56,9 @@ There are some limitations with this approach: As was mentioned above, not all containers need the same modules, therefore using the configuration file for specifying the list of kernel modules per [POD][3] can -be a pain. Unlike the configuration file, annotations provide a way to specify -custom configurations per POD. +be a pain. +Unlike the configuration file, [annotations](how-to-set-sandbox-config-kata.md) +provide a way to specify custom configurations per POD. The list of kernel modules and parameters can be set using the annotation `io.katacontainers.config.agent.kernel_modules` as a semicolon separated