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 <Syoc@users.noreply.github.com>
Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
This commit is contained in:
Syoc 2024-07-08 14:03:57 +02:00 committed by Andrey Smirnov
parent dad9c40c73
commit c2a5213eef
No known key found for this signature in database
GPG Key ID: FE042E3D4085A811

View File

@ -120,6 +120,10 @@ talosctl -n <node ip> 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/)