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.

    1. calicoctl checks the kernel version.
    2. By executing it tries to find out what modules are enabled.
    3. Modules without a match in step 2 & 3 will be checked against /lib/modules/<YOUR_KERNEL_VERSION>/modules.builtin file.
    4. 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.