From f06b7212d39d877d347eb12813f21f87888e7c86 Mon Sep 17 00:00:00 2001 From: hc-github-team-secure-vault-core <82990506+hc-github-team-secure-vault-core@users.noreply.github.com> Date: Fri, 2 Jun 2023 11:31:54 -0400 Subject: [PATCH] backport of commit bb03d116999439bdebed58cb3536a756ba920d8d (#20957) Co-authored-by: Kunj Dave <63642262+kdav108@users.noreply.github.com> --- website/content/docs/platform/k8s/helm/run.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/content/docs/platform/k8s/helm/run.mdx b/website/content/docs/platform/k8s/helm/run.mdx index a9078607b952..cec137ee96e0 100644 --- a/website/content/docs/platform/k8s/helm/run.mdx +++ b/website/content/docs/platform/k8s/helm/run.mdx @@ -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 +$ kubectl delete pod ``` If auto-unseal is not being used, the newly scheduled Vault standby pods needs