mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-07 00:48:01 +01:00
36 lines
1.5 KiB
Plaintext
36 lines
1.5 KiB
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// security/compliance_operator/co-management/compliance-operator-uninstallation.adoc
|
|
|
|
:_mod-docs-content-type: PROCEDURE
|
|
[id="compliance-operator-uninstall_{context}"]
|
|
= Uninstalling the OpenShift Compliance Operator from {product-title} using the web console
|
|
|
|
To remove the Compliance Operator, you must first delete the objects in the namespace. After the objects are removed, you can remove the Operator and its namespace by deleting the *openshift-compliance* project.
|
|
|
|
.Prerequisites
|
|
|
|
* Access to an {product-title} cluster using an account with `cluster-admin` permissions.
|
|
* The OpenShift Compliance Operator must be installed.
|
|
|
|
.Procedure
|
|
|
|
To remove the Compliance Operator by using the {product-title} web console:
|
|
|
|
. Go to the *Operators* -> *Installed Operators* -> *Compliance Operator* page.
|
|
|
|
.. Click *All instances*.
|
|
|
|
.. In *All namespaces*, click the Options menu {kebab} and delete all ScanSettingBinding, ComplainceSuite, ComplianceScan, and ProfileBundle objects.
|
|
|
|
. Switch to the *Administration* -> *Operators* -> *Installed Operators* page.
|
|
|
|
. Click the Options menu {kebab} on the *Compliance Operator* entry and select *Uninstall Operator*.
|
|
|
|
. Switch to the *Home* -> *Projects* page.
|
|
|
|
. Search for 'compliance'.
|
|
|
|
. Click the Options menu {kebab} next to the *openshift-compliance* project, and select *Delete Project*.
|
|
|
|
.. Confirm the deletion by typing `openshift-compliance` in the dialog box, and click *Delete*. |