mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
OSDOCS-13975:Add uninstall documentation to FIO
This commit is contained in:
committed by
openshift-cherrypick-robot
parent
d84fe4071c
commit
2edda3ffff
@@ -1157,6 +1157,8 @@ Topics:
|
||||
File: file-integrity-operator-advanced-usage
|
||||
- Name: Troubleshooting the File Integrity Operator
|
||||
File: file-integrity-operator-troubleshooting
|
||||
- Name: Uninstalling the File Integrity Operator
|
||||
File: fio-uninstalling
|
||||
- Name: Security Profiles Operator
|
||||
Dir: security_profiles_operator
|
||||
Topics:
|
||||
|
||||
37
modules/fio-uninstall-console.adoc
Normal file
37
modules/fio-uninstall-console.adoc
Normal file
@@ -0,0 +1,37 @@
|
||||
// Module included in the following assemblies:
|
||||
//
|
||||
// * security/file_integrity_operator/fio-uninstalling.adoc
|
||||
|
||||
:_mod-docs-content-type: PROCEDURE
|
||||
[id="fio-uninstall-console_{context}"]
|
||||
= Uninstall the File Integrity Operator using the web console
|
||||
|
||||
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.
|
||||
|
||||
.Prerequisites
|
||||
|
||||
* You have access to an {product-title} cluster that uses an account with `cluster-admin` permissions.
|
||||
* The File Integrity Operator is installed.
|
||||
|
||||
.Procedure
|
||||
|
||||
. Navigate to the *Operators* -> *Installed Operators* -> *File Integrity Operator* page.
|
||||
|
||||
. From the *File Integrity* tab, ensure the *Show operands in: All namespaces* default option is selected to list all `FileIntegrity` objects in all namespaces.
|
||||
|
||||
. Click the Options menu {kebab} and then click *Delete FileIntegrity* to delete a `FileIntegrity` object. Ensure all `FileIntegrity` objects are deleted.
|
||||
|
||||
. Go to the *Administration* -> *Operators* -> *Installed Operators* page.
|
||||
|
||||
. Click the Options menu {kebab} on the *File Integrity Operator* entry and select *Uninstall Operator*.
|
||||
|
||||
. Go to the *Home* -> *Projects* page.
|
||||
|
||||
. Search for `openshift-file-integrity`.
|
||||
|
||||
. 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.
|
||||
|
||||
.Verification
|
||||
|
||||
* Type `openshift-file-integrity` in the *Delete Project* dialog box and then click the *Delete* button.
|
||||
|
||||
11
security/file_integrity_operator/fio-uninstalling.adoc
Normal file
11
security/file_integrity_operator/fio-uninstalling.adoc
Normal file
@@ -0,0 +1,11 @@
|
||||
:_mod-docs-content-type: ASSEMBLY
|
||||
[id="fio-uninstalliing"]
|
||||
= Uninstalling the File Integrity Operator
|
||||
include::_attributes/common-attributes.adoc[]
|
||||
:context: fio-uninstalling
|
||||
|
||||
You can remove the File Integrity Operator from your cluster by using the {product-title} web console.
|
||||
|
||||
toc::[]
|
||||
|
||||
include::modules/fio-uninstall-console.adoc[leveloffset=+1]
|
||||
Reference in New Issue
Block a user