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:
committed by
openshift-cherrypick-robot
parent
e82721f5ff
commit
6024a4cb6c
@@ -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
|
||||
|
||||
15
hardware_enablement/kmm-kernel-module-management.adoc
Normal file
15
hardware_enablement/kmm-kernel-module-management.adoc
Normal 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]
|
||||
|
||||
14
modules/kmm-about-kmm.adoc
Normal file
14
modules/kmm-about-kmm.adoc
Normal 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.
|
||||
Reference in New Issue
Block a user