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.이 콘텐츠는 선택한 언어로 제공되지 않습니다.
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 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
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