KMM Module for sfc - KMM Module for sfc - UG1656

Onload Operator for Kubernetes User Guide (UG1656)

Document ID
UG1656
Release Date
2024-04-26
Revision
1.0 English

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.