You can configure the Onload Operator to deploy a KMM Module
for sfc. To do so, add an empty sfc object to spec.onload.kernelMappings.
For example:
apiVersion: onload.amd.com/v1alpha1
kind: Onload
metadata:
name: onload
spec:
onload:
kernelMappings:
- regexp: ...
kernelModuleImage: ...
# Deploy `sfc` Module CR in addition to `onload` Module CR.
# (Incompatible with MachineConfig approach.)
sfc: {}
See also the config/samples/onload/overlays/in-cluster-build-ocp/patch-onload.yaml example.