Removing the deployment resources
If you want to remove the resources used by the FileNet Content Manager deployment, you
can also delete the PVs, secrets, and the other artifacts used by the project.
Before you begin
About this task
Cleaning up deployment resources for OCP deployments
You can choose the deployment resources that you want to remove from your OCP deployment.
About this task
-
Delete the persistent volume claims - The operation removes the persistent volume claims from your deployment. To delete the persistent volume claims, refer to Step 1 in the procedure.
- Delete the persistent volumes - The operation removes the persistent volumes from your deployment. To delete the persistent volumes, refer to Step 2 in the procedure.
- Delete the secrets - The operation removes the secrets from your deployment. To delete the secrets, refer to Step 3 in the procedure.
- Delete the project - The operation removes the entire project along with the PVCs and
secrets from your deployment. If you ran the
cleandeployment.py
script and chose to delete your namespace, you need not manually delete the project. To delete the project, refer to Step 4 in the procedure.
Procedure
Cleaning up deployment resources for Kubernetes deployments
You can choose the deployment resources that you want to remove from your Kubernetes deployment.
About this task
-
Delete the persistent volume claims - The operation removes the persistent volume claims from your deployment. To delete the persistent volume claims, refer to Step 1 in the procedure.
- Delete the persistent volumes - The operation removes the persistent volumes from your deployment. To delete the persistent volumes, refer to Step 2 in the procedure.
- Delete the secrets - The operation removes the secrets from your deployment. To delete the secrets, refer to Step 3 in the procedure.
- Delete the namespace - The operation removes the entire namespace along with the PVCs and
secrets from your deployment. If you ran the
cleandeployment.py
script and chose to delete your namespace, you need not manually delete the namespace. To delete the namespace, refer to Step 4 in the procedure.