mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-25 04:28:15 +00:00
Correct instructions for removing app and namespace
This commit is contained in:
committed by
Denise Schannon
parent
5387f85097
commit
bb7785ec7f
@@ -148,7 +148,11 @@ After an application has been upgraded, you can easily rollback to a different t
|
||||
|
||||
### 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.
|
||||
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, if you want to delete both an app and the namespace that contains the app, you should remove the app and the namespace separately:
|
||||
|
||||
1. Uninstall the app using the app's `uninstall` function.
|
||||
|
||||
1. From the **Global** view, navigate to the project that contains the catalog application that you want to delete.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user