Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 686 Bytes

cluster-logging-uninstall.adoc

File metadata and controls

29 lines (21 loc) · 686 Bytes

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:

  1. Use the following command to remove everything generated during the deployment.

    $ oc delete clusterlogging instance -n openshift-logging
  2. Use the following command to remove the Persistent Volume Claims that remain after the Operator instances are deleted:

    $ oc delete pvc --all -n openshift-logging