From b1b0b5a796338ad4ffb753dcd5c54e52b9392d1d Mon Sep 17 00:00:00 2001 From: Mark Bishop Date: Tue, 4 Sep 2018 17:03:44 -0700 Subject: [PATCH] making procedure for recommended way of deleting catalog apps --- content/rancher/v2.x/en/catalog/_index.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/content/rancher/v2.x/en/catalog/_index.md b/content/rancher/v2.x/en/catalog/_index.md index d7e17fca250..da42806e49f 100644 --- a/content/rancher/v2.x/en/catalog/_index.md +++ b/content/rancher/v2.x/en/catalog/_index.md @@ -95,3 +95,15 @@ After you've either enabled the built-in catalogs or added your own custom catal - **Workloads** view - **Catalog Apps** view + +## Deleting Catalog Application Deployments + +As a safeguard to prevent you from unintentionally deleting other catalog applications that share a namespace, deleting catalog applications themselves does not delete the namespace they're assigned to. Therefore, when you want to delete a deployed catalog application, assuming that it's the only app in its namespace, delete the namespace rather than the catalog app itself. Deleting the namespace deletes both the namespace and the catalog app, whereas deleting the catalog app only deletes the app but not the namespace. + +1. From the **Global** view, open the project that contains the catalog application that you want to delete. + +1. From the main menu, choose **Namespaces**. + +1. Find the namespace running your catalog app. Select it and click **Delete**. + +**Result:** The catalog application deployment and its namespace are deleted. \ No newline at end of file