 f125a8b892
			
		
	
	f125a8b892
	
	
	
		
			
			This change addresses a long-standing issue in rST documentation imported from XML.
That import process added backslash escapes in front of various characters. The three
most common being '(', ')', and '_'.
These instances are removed.
Signed-off-by: Ron Stone <ronald.stone@windriver.com>
Change-Id: Id43a9337ffcd505ccbdf072d7b29afdb5d2c997e
		
	
		
			
				
	
	
		
			50 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
			
		
		
	
	
			50 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
| 
 | |
| .. aif1596225477506
 | |
| .. _remove-vault:
 | |
| 
 | |
| ============
 | |
| Remove Vault
 | |
| ============
 | |
| 
 | |
| You can remove Vault from your |prod-long|, if required, by using the
 | |
| procedure described in this section.
 | |
| 
 | |
| .. rubric:: |context|
 | |
| 
 | |
| Run the following commands to remove Vault. This will remove pods and other
 | |
| resources created by the application installation. For more information, see
 | |
| :ref:`Install Vault <install-vault>`.
 | |
| 
 | |
| .. rubric:: |proc|
 | |
| 
 | |
| #.  Remove pods and other resources using the following command:
 | |
| 
 | |
|     .. code-block:: none
 | |
| 
 | |
|         $ system application-remove vault
 | |
| 
 | |
| 
 | |
| #.  Reinstall Vault, if required using the following command:
 | |
| 
 | |
|     .. code-block:: none
 | |
| 
 | |
|         $ system application-apply vault
 | |
| 
 | |
|     .. note::
 | |
|         It is recommended to do a complete remove of all resources if you want
 | |
|         to reinstall Vault.
 | |
| 
 | |
|         .. code-block:: none
 | |
| 
 | |
|             $ kubectl delete ns vault
 | |
| 
 | |
| 
 | |
| #.  To completely remove Vault, including PVCs (PVCs are intended to
 | |
|     persist after :command:`system application-remove vault` in order to
 | |
|     preserve Vault data), use the following command.
 | |
| 
 | |
|     .. code-block:: none
 | |
| 
 | |
|         $ kubectl delete ns vault
 | |
|         $ system application-delete vault
 |