calicoctl node checksystem
Read the calicoctl Overview for a full list of calicoctl commands.
These are the steps that calicoctl
takes in order to pinpoint what modules are available in your system.
calicoctl
checks the kernel version.- By executing it tries to find out what modules are enabled.
- Modules without a match in step 2 & 3 will be checked against
/lib/modules/<YOUR_KERNEL_VERSION>/modules.builtin
file. - Modules without a match in previous steps will be tested against
kernelconfig
file .
Examples
It is possible to override the kernel-config
file using --kernel-config
argument. In this case will try to resolve the modules against the provided file and skip the default locations.