Skip to content

Commit 0580625

Browse files
committed
OSDOCS-13975:Add uninstall documentation to FIO
1 parent 5aab4e8 commit 0580625

File tree

3 files changed

+50
-0
lines changed

3 files changed

+50
-0
lines changed

_topic_maps/_topic_map.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1158,6 +1158,8 @@ Topics:
11581158
File: file-integrity-operator-advanced-usage
11591159
- Name: Troubleshooting the File Integrity Operator
11601160
File: file-integrity-operator-troubleshooting
1161+
- Name: Uninstalling the File Integrity Operator
1162+
File: fio-uninstalling
11611163
- Name: Security Profiles Operator
11621164
Dir: security_profiles_operator
11631165
Topics:

modules/fio-uninstall-console.adoc

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * security/file_integrity_operator/fio-uninstalling.adoc
4+
5+
:_mod-docs-content-type: PROCEDURE
6+
[id="fio-uninstall-console_{context}"]
7+
= Uninstall the File Integrity Operator using the web console
8+
9+
To remove the File Integrity Operator, you must first delete the `FileIntegrity` objects in all namespaces. After the objects are removed, you can then remove the Operator and its namespace.
10+
11+
.Prerequisites
12+
13+
* You have access to an {product-title} cluster that uses an account with `cluster-admin` permissions.
14+
* The File Integrity Operator is installed.
15+
16+
.Procedure
17+
18+
. Navigate to the *Operators* -> *Installed Operators* -> *File Integrity Operator* page.
19+
20+
. From the *File Integrity* tab, ensure the *Show operands in: All namespaces* default option is selected to list all `FileIntegrity` objects in all namespaces.
21+
22+
. Click the Options menu {kebab} and then click *Delete FileIntegrity* to delete a `FileIntegrity` object. Ensure all `FileIntegrity` objects are deleted.
23+
24+
. Go to the *Administration* -> *Operators* -> *Installed Operators* page.
25+
26+
. Click the Options menu {kebab} on the *File Integrity Operator* entry and select *Uninstall Operator*.
27+
28+
. Go to the *Home* -> *Projects* page.
29+
30+
. Search for `openshift-file-integrity`.
31+
32+
. Click the Options menu {kebab} for the *openshift-file-integrity* project entry, and then click *Delete Project*. A *Delete Project* dialog box opens on the web console.
33+
34+
.Verification
35+
36+
* Type `openshift-file-integrity` in the *Delete Project* dialog box and then click the *Delete* button.
37+
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
:_mod-docs-content-type: ASSEMBLY
2+
[id="fio-uninstalliing"]
3+
= Uninstalling the File Integrity Operator
4+
include::_attributes/common-attributes.adoc[]
5+
:context: fio-uninstalling
6+
7+
You can remove the File Integrity Operator from your cluster by using the {product-title} web console.
8+
9+
toc::[]
10+
11+
include::modules/fio-uninstall-console.adoc[leveloffset=+1]

0 commit comments

Comments
 (0)