1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 21:46:22 +01:00

TELCODOCS-982 - About KMM

This commit is contained in:
Shane Lovern
2023-01-27 10:14:40 +00:00
committed by openshift-cherrypick-robot
parent e82721f5ff
commit 6024a4cb6c
3 changed files with 31 additions and 0 deletions

View File

@@ -2565,6 +2565,8 @@ Topics:
File: he-driver-toolkit
- Name: Node Feature Discovery Operator
File: psap-node-feature-discovery-operator
- Name: Kernel Module Management Operator
File: kmm-kernel-module-management
---
Name: Backup and restore
Dir: backup_and_restore

View File

@@ -0,0 +1,15 @@
:_content-type: ASSEMBLY
[id="kernel-module-management-operator"]
= Kernel Module Management Operator
include::_attributes/common-attributes.adoc[]
:context: kernel-module-management-operator
toc::[]
Learn about the Kernel Module Management (KMM) Operator and how you can use it to deploy out-of-tree kernel modules and device plugins on {product-title} clusters.
:FeatureName: Kernel Module Management Operator
include::modules/kmm-about-kmm.adoc[leveloffset=+1]

View File

@@ -0,0 +1,14 @@
// Module included in the following assemblies:
//
// * hardware_enablement/kmm-kernel-module-management.adoc
:_content-type: CONCEPT
[id="about-kmm_{context}"]
= About the Kernel Module Management Operator
The Kernel Module Management (KMM) Operator manages, builds, signs, and deploys out-of-tree kernel modules and device plugins on {product-title} clusters.
KMM adds a new `Module` CRD which describes an out-of-tree kernel module and its associated device plugin.
You can use `Module` resources to configure how to load the module, define `ModuleLoader` images for kernel versions, and include instructions for building and signing modules for specific kernel versions.
KMM is designed to accommodate multiple kernel versions at once for any kernel module, allowing for seamless node upgrades and reduced application downtime.