mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-06 06:46:26 +01:00
32 lines
719 B
Plaintext
32 lines
719 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * logging/cluster-logging-uninstall.adoc
|
|
|
|
[id="cluster-logging-uninstall_{context}"]
|
|
= Uninstalling cluster logging from {product-title}
|
|
|
|
You can remove cluster logging from your cluster.
|
|
|
|
.Prerequisites
|
|
|
|
* Cluster logging and Elasticsearch must be installed.
|
|
|
|
.Procedure
|
|
|
|
To remove cluster logging:
|
|
|
|
. Use the following command to remove everything generated during the deployment.
|
|
+
|
|
[source,terminal]
|
|
----
|
|
$ oc delete clusterlogging instance -n openshift-logging
|
|
----
|
|
|
|
. Use the following command to remove the Persistent Volume Claims that remain
|
|
after the Operator instances are deleted:
|
|
+
|
|
[source,terminal]
|
|
----
|
|
$ oc delete pvc --all -n openshift-logging
|
|
----
|