Replies: 1 comment 1 reply
-
|
I believe you can use /etc/modules or /etc/modprobe.d/ to ensure the module is loaded on boot. Feel free to submit a pull request to improve the document. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I'm currently setting up a small Kubernetes cluster and aim to run multiple Traefik instances sharing the same Let's Encrypt certificates. To handle persistent storage for Traefik and future applications, I've chosen Longhorn.
My cluster setup:
I've followed these installation guides:
However, I've encountered an issue during the pre-installation checks. Running:
returns the following error on some nodes:
This is puzzling because according to the installation instructions, the
open-iscsipackage should ensure the kernel module is enabled:I confirmed that
open-iscsiis indeed installed on all nodes, yet the issue persists. Interestingly, the issue temporarily resolves if I manually run:on the affected node. However, the problem reappears after a system restart, and I didn't find any reference to this in the Longhorn documentation.
Has anyone experienced this issue or have suggestions on how to resolve it permanently?
T
Beta Was this translation helpful? Give feedback.
All reactions