mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 03:27:54 +00:00
clarify vault upgrade instructions (#20952)
This commit is contained in:
@@ -453,10 +453,10 @@ Select the active Vault pod:
|
||||
$ kubectl get pods -l vault-active=true
|
||||
```
|
||||
|
||||
Next, delete every pod that is not the active primary:
|
||||
Next, sequentially delete every pod that is not the active primary, ensuring the quorum is maintained at all times:
|
||||
|
||||
```shell-session
|
||||
$ kubectl delete pod <name of Vault pods>
|
||||
$ kubectl delete pod <name of Vault pod>
|
||||
```
|
||||
|
||||
If auto-unseal is not being used, the newly scheduled Vault standby pods needs
|
||||
|
||||
Reference in New Issue
Block a user