1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/modules/das-operator-uninstalling-web-console.adoc
2025-10-07 12:26:32 -04:00

52 lines
1.9 KiB
Plaintext

// Module included in the following assemblies:
//
// * operators/user/das-dynamic-accelerator-slicer-operator.adoc
//
:_mod-docs-content-type: PROCEDURE
[id="das-operator-uninstalling-web-console_{context}"]
= Uninstalling the Dynamic Accelerator Slicer Operator using the web console
You can uninstall the Dynamic Accelerator Slicer (DAS) Operator using the {product-title} web console.
.Prerequisites
* You have access to an {product-title} cluster using an account with `cluster-admin` permissions.
* The DAS Operator is installed in your cluster.
.Procedure
. In the {product-title} web console, navigate to *Ecosystem* -> *Installed Operators*.
. Locate the *Dynamic Accelerator Slicer* in the list of installed Operators.
. Click the *Options* menu {kebab} for the DAS Operator and select *Uninstall Operator*.
. In the confirmation dialog, click *Uninstall* to confirm the removal.
. Navigate to *Home* -> *Projects*.
. Search for *das-operator* in the search box to locate the DAS Operator project.
. Click the *Options* menu {kebab} next to the das-operator project, and select *Delete Project*.
. In the confirmation dialog, type `das-operator` in the dialog box, and click *Delete* to confirm the deletion.
.Verification
. Navigate to the *Ecosystem* -> *Installed Operators* page.
. Verify that the Dynamic Accelerator Slicer (DAS) Operator is no longer listed.
. Optional. Verify that the `das-operator` namespace and its resources have been removed by running the following command:
+
[source,terminal]
----
$ oc get namespace das-operator
----
+
The command should return an error indicating that the namespace is not found.
[WARNING]
====
Uninstalling the DAS Operator removes all GPU slice allocations and might cause running workloads that depend on GPU slices to fail. Ensure that no critical workloads are using GPU slices before proceeding with the uninstallation.
====