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

TELCODOCS-1309: First draft

This commit is contained in:
StephenJamesSmith
2023-10-27 11:00:32 -04:00
committed by openshift-cherrypick-robot
parent c5cb8ab8d9
commit 5d151f53d3
4 changed files with 54 additions and 0 deletions

View File

@@ -15,6 +15,11 @@ include::modules/kmm-installation.adoc[leveloffset=+1]
include::modules/kmm-installing-using-web-console.adoc[leveloffset=+2]
include::modules/kmm-installing-using-cli.adoc[leveloffset=+2]
include::modules/kmm-installing-older-versions.adoc[leveloffset=+2]
// Added for TELCODOCS-1309
include::modules/kmm-uninstalling-kmm.adoc[leveloffset=+1]
include::modules/kmm-uninstalling-kmmo-red-hat-catalog.adoc[leveloffset=+2]
include::modules/kmm-uninstalling-kmmo-cli.adoc[leveloffset=+2]
include::modules/kmm-deploying-modules.adoc[leveloffset=+1]
include::modules/kmm-creating-module-cr.adoc[leveloffset=+2]

View File

@@ -0,0 +1,10 @@
// Module included in the following assemblies:
//
// * hardware_enablement/kmm-kernel-module-management.adoc
:_content-type: CONCEPT
[id="kmm-uninstalling-kmmo_{context}"]
= Uninstalling the Kernel Module Management Operator
Use one of the following procedures to uninstall the Kernel Module Management (KMM) Operator, depending on how
the KMM Operator was installed.

View File

@@ -0,0 +1,21 @@
// * hardware_enablement/kmm-kernel-module-management.adoc
:_content-type: PROCEDURE
[id="kmm-uninstalling-kmmo-cli_{context}"]
= Uninstalling a CLI installation
Use this command if the KMM Operator was installed using the OpenShift CLI.
.Procedure
* Run the following command to uninstall the KMM Operator:
+
[source,terminal]
----
$ oc delete -k https://github.com/rh-ecosystem-edge/kernel-module-management/config/default
----
+
[NOTE]
====
Using this command deletes the ``Module`` CRD and all ``Module`` instances in the cluster.
====

View File

@@ -0,0 +1,18 @@
// * hardware_enablement/kmm-kernel-module-management.adoc
:_content-type: PROCEDURE
[id="kmm-uninstalling-kmmo-red-hat-catalog_{context}"]
= Uninstalling a Red Hat catalog installation
Use this procedure if KMM was installed from the Red Hat catalog.
.Procedure
Use the following method to uninstall the KMM Operator:
* Use the OpenShift console under *Operators* --> *Installed Operators* to locate and uninstall the Operator.
[NOTE]
====
Alternatively, you can delete the `Subscription` resource in the KMM namespace.
====