1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/modules/olm-deleting-metallb-operators-from-a-cluster-using-web-console.adoc
2023-10-30 10:13:25 -04:00

32 lines
1.3 KiB
Plaintext

// Module included in the following assemblies:
//
// * operators/metallb/metallb-upgrading-operator.adoc
:_mod-docs-content-type: PROCEDURE
[id="olm-deleting-metallb-operator-from-a-cluster-using-web-console_{context}"]
= Deleting the MetalLB Operator from a cluster using the web console
Cluster administrators can delete installed Operators from a selected namespace by using the web console.
.Prerequisites
- Access to an {product-title} cluster web console using an account with
`cluster-admin` permissions.
.Procedure
. Navigate to the *Operators* → *Installed Operators* page.
. Search for the MetalLB Operator. Then, click on it.
. On the right side of the *Operator Details* page, select *Uninstall Operator* from the *Actions* drop-down menu.
+
An *Uninstall Operator?* dialog box is displayed.
. Select *Uninstall* to remove the Operator, Operator deployments, and pods. Following this action, the Operator stops running and no longer receives updates.
+
[NOTE]
====
This action does not remove resources managed by the Operator, including custom resource definitions (CRDs) and custom resources (CRs). Dashboards and navigation items enabled by the web console and off-cluster resources that continue to run might need manual clean up. To remove these after uninstalling the Operator, you might need to manually delete the Operator CRDs.
====