This documentation is for a release that is no longer maintained
See documentation for the latest supported version 3 or the latest supported version 4.Este contenido no está disponible en el idioma seleccionado.
Chapter 14. Uninstalling Cluster Logging
You can remove cluster logging from your OpenShift Container Platform cluster.
14.1. Uninstalling cluster logging from OpenShift Container Platform Copiar enlaceEnlace copiado en el portapapeles!
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
$ oc delete clusterlogging instance -n openshift-logging
Copy to Clipboard Copied! Toggle word wrap Toggle overflow 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
$ oc delete pvc --all -n openshift-logging
Copy to Clipboard Copied! Toggle word wrap Toggle overflow