Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport of Clarify vault helm upgrade instructions in HA mode into release/1.14.x #20958

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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