Uninstalling Applications from Rancher UI
This document provides instructions on uninstalling applications from Rancher UI.
Procedure
The table below details the process of uninstalling applications from Rancher UI.
Delete the application
Navigate to the Rancher UI and click the Apps tab from the menu.
Select the application you want to delete.
The application will be deleted from the Pods and Deployments sections
Verify deletion
Use the filter to search for the name of the deleted application.
If the application is deleted successfully, you will not find the application in the Pods and Deployments sections.
Clear completed jobs
Remove all the completed jobs of the deleted applications from the Pods and Jobs sections.
Delete PVCs
Navigate to the PVC (Persistent Volume Claims) tab.
Filter by the application name and delete all associated PVCs.
Confirm PVC deletion and delete PVs
Ensure all PVCs are deleted for the deleted application.
Navigate to the PV (Persistent Volumes) section and delete any PVs that are in the Released state.
Optional - Delete PVCs from NFS
If necessary, you can delete the PVCs from the NFS storage.
Last updated