From 250df72471bcd246027cc75a9b6de6d666f654fb Mon Sep 17 00:00:00 2001 From: Kunj Dave <63642262+kdav108@users.noreply.github.com> Date: Fri, 2 Jun 2023 15:11:48 +0000 Subject: [PATCH] backport of commit bb03d116999439bdebed58cb3536a756ba920d8d --- 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