mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
56 lines
1.9 KiB
Plaintext
56 lines
1.9 KiB
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * support/support-log-gather-uninstall.adoc
|
|
|
|
:_mod-docs-content-type: PROCEDURE
|
|
[id="support-log-gather-remove-resources-console_{context}"]
|
|
= Removing {support-log-gather} resources
|
|
|
|
Once you have uninstalled the {support-log-gather}, you can remove the associated resources from your cluster.
|
|
|
|
.Prerequisites
|
|
|
|
* You have access to the cluster with `cluster-admin` privileges.
|
|
|
|
* You have access to the {product-title} web console.
|
|
|
|
.Procedure
|
|
|
|
. Log in to the {product-title} web console.
|
|
|
|
. Delete the component deployments in the must-gather-operator namespace.:
|
|
|
|
.. Click the *Project* drop-down menu to view the list of all available projects, and select the *must-gather-operator* project.
|
|
|
|
.. Navigate to *Workloads* -> *Deployments*.
|
|
|
|
.. Select the deployment that you want to delete.
|
|
|
|
.. Click the *Actions* drop-down menu, and select *Delete Deployment*.
|
|
|
|
.. In the confirmation dialog box, click *Delete* to delete the deployment.
|
|
|
|
.. Alternatively, delete deployments of the components present in the `must-gather-operator` namespace by using the command-line interface (CLI).
|
|
+
|
|
[source,terminal]
|
|
----
|
|
$ oc delete deployment -n must-gather-operator -l operators.coreos.com/support-log-gather-operator.must-gather-operator
|
|
----
|
|
|
|
. Optional: Remove the custom resource definitions (CRDs) that were installed by the {support-log-gather}:
|
|
|
|
.. Navigate to *Administration* -> *CustomResourceDefinitions*.
|
|
|
|
.. Enter `MustGather` in the *Name* field to filter the CRDs.
|
|
|
|
.. Click the Options menu {kebab} next to each of the following CRDs, and select *Delete Custom Resource Definition*:
|
|
|
|
*** `MustGather`
|
|
|
|
. Optional: Remove the `must-gather-operator` namespace.
|
|
|
|
.. Navigate to *Administration* -> *Namespaces*.
|
|
|
|
.. Click the Options menu {kebab} next to the *must-gather-operator* and select *Delete Namespace*.
|
|
|
|
.. In the confirmation dialog box, enter `must-gather-operator` and click *Delete*. |