Ron Stone cf66f5d279 Armada Deprecation and Replacement
First pass - generic updates only. (command input/output to be done)
Address patchset 1 review comments.
Replace examples using openstack with metrics server
Remove DS app from application-list output
Additional migration to FluxCD (snmp, auditd)
Minor textual change.
Fix merge conflict.
Revert install r5 change.

Story: 2009138
Task: 45238

Signed-off-by: Ron Stone <ronald.stone@windriver.com>
Change-Id: Ia40ff45f12ec7b7ffa859e0d8bb5535303870d83
2022-06-29 10:40:56 -04:00

1.2 KiB

Remove Vault

You can remove Vault from your , if required, by using the procedure described in this section.

Run the following commands to remove Vault. This will remove pods and other resources created by the application installation. For more information, see Install Vault <install-vault>.

  1. Remove pods and other resources using the following command:

    $ system application-remove vault
  2. Reinstall Vault, if required using the following command:

    $ system application-apply vault

    Note

    It is recommended to do a complete remove of all resources if you want to reinstall Vault.

    $ kubectl delete ns vault
  3. To completely remove Vault, including PVCs (PVCs are intended to persist after system application-remove vault in order to preserve Vault data), use the following command.

    $ kubectl delete ns vault
    $ system application-delete vault