From fedfd68c37a36a438377ebdb00a51e8bd4e926fb Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sat, 15 Jan 2022 20:54:26 +0100 Subject: [PATCH] [doc] add hint for hp controller --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index 1bd4b73..862601c 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,25 @@ use using the nodeSelector: .... ``` +### hpa + +Ensure the following kernel modules are loaded on the host: + +``` +hpsa +sg +``` + +to avoid the + +``` +# hpacucli controller all show + +Error: No controllers detected. +``` + +error. + ## Changelog / Tags ### Planned