Skip to content

Commit 4132c1b

Browse files
authored
Merge pull request #67037 from StephenJamesSmith/TELCODOCS-1309
TELCODOCS-1309
2 parents 2fd8fbb + f865ac5 commit 4132c1b

File tree

4 files changed

+54
-0
lines changed

4 files changed

+54
-0
lines changed

hardware_enablement/kmm-kernel-module-management.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ include::modules/kmm-installation.adoc[leveloffset=+1]
1515
include::modules/kmm-installing-using-web-console.adoc[leveloffset=+2]
1616
include::modules/kmm-installing-using-cli.adoc[leveloffset=+2]
1717
include::modules/kmm-installing-older-versions.adoc[leveloffset=+2]
18+
// Added for TELCODOCS-1309
19+
include::modules/kmm-uninstalling-kmm.adoc[leveloffset=+1]
20+
include::modules/kmm-uninstalling-kmmo-red-hat-catalog.adoc[leveloffset=+2]
21+
include::modules/kmm-uninstalling-kmmo-cli.adoc[leveloffset=+2]
22+
1823
include::modules/kmm-deploying-modules.adoc[leveloffset=+1]
1924
include::modules/kmm-creating-module-cr.adoc[leveloffset=+2]
2025

modules/kmm-uninstalling-kmm.adoc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * hardware_enablement/kmm-kernel-module-management.adoc
4+
5+
:_content-type: CONCEPT
6+
[id="kmm-uninstalling-kmmo_{context}"]
7+
= Uninstalling the Kernel Module Management Operator
8+
9+
Use one of the following procedures to uninstall the Kernel Module Management (KMM) Operator, depending on how
10+
the KMM Operator was installed.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
// * hardware_enablement/kmm-kernel-module-management.adoc
2+
3+
:_content-type: PROCEDURE
4+
[id="kmm-uninstalling-kmmo-cli_{context}"]
5+
= Uninstalling a CLI installation
6+
7+
Use this command if the KMM Operator was installed using the OpenShift CLI.
8+
9+
.Procedure
10+
11+
* Run the following command to uninstall the KMM Operator:
12+
+
13+
[source,terminal]
14+
----
15+
$ oc delete -k https://github.com/rh-ecosystem-edge/kernel-module-management/config/default
16+
----
17+
+
18+
[NOTE]
19+
====
20+
Using this command deletes the ``Module`` CRD and all ``Module`` instances in the cluster.
21+
====
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
// * hardware_enablement/kmm-kernel-module-management.adoc
2+
3+
:_content-type: PROCEDURE
4+
[id="kmm-uninstalling-kmmo-red-hat-catalog_{context}"]
5+
= Uninstalling a Red Hat catalog installation
6+
7+
Use this procedure if KMM was installed from the Red Hat catalog.
8+
9+
.Procedure
10+
11+
Use the following method to uninstall the KMM Operator:
12+
13+
* Use the OpenShift console under *Operators* --> *Installed Operators* to locate and uninstall the Operator.
14+
15+
[NOTE]
16+
====
17+
Alternatively, you can delete the `Subscription` resource in the KMM namespace.
18+
====

0 commit comments

Comments
 (0)