From c2a5213eefa6dc977ded541316c96f516ea2ecfb Mon Sep 17 00:00:00 2001 From: Syoc Date: Mon, 8 Jul 2024 14:03:57 +0200 Subject: [PATCH] docs: add note about mayastor nvme_tcp init container check The Mayastor helm chart ships with an init container that won't mount /sys and runs lsmod. Add a note in the guide as this is not obvious. Signed-off-by: Syoc Signed-off-by: Andrey Smirnov --- .../content/v1.8/kubernetes-guides/configuration/storage.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/content/v1.8/kubernetes-guides/configuration/storage.md b/website/content/v1.8/kubernetes-guides/configuration/storage.md index 1bb80a6201..6cf97c1f1c 100644 --- a/website/content/v1.8/kubernetes-guides/configuration/storage.md +++ b/website/content/v1.8/kubernetes-guides/configuration/storage.md @@ -120,6 +120,10 @@ talosctl -n service kubelet restart Continue setting up [Mayastor](https://mayastor.gitbook.io/introduction/quickstart/deploy-mayastor) using the official documentation. +> Note: The Mayastor helm chart uses an init container that checks for the `nvme_tcp` module. +> It does not mount `/sys` and will not be able to find it. +> Easiest solution is to disable the init container. + ### Piraeus / LINSTOR * [Piraeus-Operator](https://piraeus.io/)