Chapter 15. Uninstalling Cluster Logging
You can remove cluster logging from your OpenShift Container Platform cluster.
15.1. Uninstalling cluster logging from OpenShift Container Platform
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.
$ 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:
$ oc delete pvc --all -n openshift-logging