Explain how to verify required kernel modules

This commit is contained in:
Sebastiaan van Steenis
2019-03-01 21:14:01 +01:00
committed by Denise
parent 80a3da535b
commit a737f05f48
+4 -1
View File
@@ -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 |
------------|