mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-05-31 00:55:33 +00:00
Explain how to verify required kernel modules
This commit is contained in:
committed by
Denise
parent
80a3da535b
commit
a737f05f48
@@ -40,7 +40,10 @@ RKE runs on almost any Linux OS with Docker installed. Most of the development a
|
||||
|
||||
- Swap should be disabled on any worker nodes
|
||||
|
||||
- Following kernel modules should be present
|
||||
- Following kernel modules should be present. This can be checked using:
|
||||
* `modprobe module_name`
|
||||
* `lsmod | grep module_name`
|
||||
* `grep module_name /lib/modules/$(uname -r)/modules.builtin`, if it's a built-in module
|
||||
|
||||
Module name |
|
||||
------------|
|
||||
|
||||
Reference in New Issue
Block a user