Chapter 13. Uninstalling OpenShift Logging
You can remove OpenShift Logging from your OpenShift Container Platform cluster.
13.1. Uninstalling OpenShift Logging from OpenShift Container Platform
You can stop log aggregation by deleting the ClusterLogging
custom resource (CR). After deleting the CR, there are other OpenShift Logging components that remain, which you can optionally remove.
Deleting the ClusterLogging
CR does not remove the persistent volume claims (PVCs). To preserve or delete the remaining PVCs, persistent volumes (PVs), and associated data, you must take further action.
Prerequisites
- OpenShift Logging and Elasticsearch must be installed.
Procedure
To remove OpenShift Logging:
Use the OpenShift Container Platform web console to remove the
ClusterLogging
CR:-
Switch to the Administration
Custom Resource Definitions page. - On the Custom Resource Definitions page, click ClusterLogging.
- On the Custom Resource Definition Details page, click Instances.
- Click the Options menu next to the instance and select Delete ClusterLogging.
-
Switch to the Administration
Optional: Delete the custom resource definitions (CRD):
-
Switch to the Administration
Custom Resource Definitions page. - Click the Options menu next to ClusterLogForwarder and select Delete Custom Resource Definition.
- Click the Options menu next to ClusterLogging and select Delete Custom Resource Definition.
- Click the Options menu next to Elasticsearch and select Delete Custom Resource Definition.
-
Switch to the Administration
Optional: Remove the Red Hat OpenShift Logging Operator and OpenShift Elasticsearch Operator:
-
Switch to the Operators
Installed Operators page. - Click the Options menu next to the Red Hat OpenShift Logging Operator and select Uninstall Operator.
- Click the Options menu next to the OpenShift Elasticsearch Operator and select Uninstall Operator.
-
Switch to the Operators
Optional: Remove the OpenShift Logging and Elasticsearch projects.
-
Switch to the Home
Projects page. - Click the Options menu next to the openshift-logging project and select Delete Project.
-
Confirm the deletion by typing
openshift-logging
in the dialog box and click Delete. Click the Options menu next to the openshift-operators-redhat project and select Delete Project.
ImportantDo not delete the
openshift-operators-redhat
project if other global operators are installed in this namespace.-
Confirm the deletion by typing
openshift-operators-redhat
in the dialog box and click Delete.
-
Switch to the Home
- To keep the PVCs for reuse with other pods, keep the labels or PVC names that you need to reclaim the PVCs.
Optional: If you do not want to keep the PVCs, you can delete them.
WarningReleasing or deleting PVCs can delete PVs and cause data loss.
-
Switch to the Storage
Persistent Volume Claims page. - Click the Options menu next to each PVC and select Delete Persistent Volume Claim.
- If you want to recover storage space, you can delete the PVs.
-
Switch to the Storage
Additional resources