Skip to content

Commit

Permalink
clarify vault upgrade instructions (hashicorp#20952)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdav108 committed Jun 2, 2023
1 parent 00485c7 commit bb03d11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/content/docs/platform/k8s/helm/run.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bb03d11

Please sign in to comment.