[ERROR SystemVerification]: failed to parse kernel config: unable to load kernel module: “configs“
[error systemverification]: failed to parse kernel config: unable to load kernel module: “configs”.
When installing kubernetes cluster, the above error is reported.
Solution:
Method 1: ignore the error
Add the –ignore-preflight-errors=SystemVerification option to ignore the error. It is not possible to tell if other problems will occur subsequently with this option.
Method 2: Upgrade kernel version
I installed the kubernetes cluster using kernel version 4.19.12, and the problem did not occur after upgrading the kernel to 5.13.7. I am not sure if it is a kernel version problem.
Method 3:
Manually compile the config kernel module