From e6d7f88a332eccd1a784fa97f1e6c753565329c5 Mon Sep 17 00:00:00 2001 From: eoq Date: Wed, 8 Sep 2021 16:01:48 -0400 Subject: [PATCH] Update README.md modified uninstall section based on PR review feedback --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ad9b3e3..838cc7b2 100644 --- a/README.md +++ b/README.md @@ -764,13 +764,14 @@ Example configuration of environment variables ### Uninstall ### -To uninstall the AWX deployment you need to direct AWX Operator to initiate the removal which will delete all AWX objects except for persistent volumes. +To uninstall an AWX deployment instance, you basically need to remove the AWX kind related to that instance. For example, to delete an AWX instance named awx-demo, you would do: ```bash $ kubectl delete awx awx-demo awx.awx.ansible.com "awx-demo" deleted ``` +Deleting an AWX instance will remove all related deployments and statefulsets, however, persistent volumes and secrets will remain. To enforce secrets also getting removed, you can use the garbage_collect_secrets: true. ### Upgrading