From f74fec89a775a76e7697d29d6b45152cd693df43 Mon Sep 17 00:00:00 2001 From: Michael Blaum <96261585+hashiblaum@users.noreply.github.com> Date: Mon, 14 Jul 2025 20:43:24 -0400 Subject: [PATCH] add note for csi-provider (#30558) * add note for csi-provider * remove fully qualified link * Update website/content/docs/deploy/kubernetes/csi/index.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update website/content/docs/deploy/kubernetes/csi/index.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> --------- Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> --- website/content/docs/deploy/kubernetes/csi/index.mdx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/website/content/docs/deploy/kubernetes/csi/index.mdx b/website/content/docs/deploy/kubernetes/csi/index.mdx index 04636eeb18..259159ad39 100644 --- a/website/content/docs/deploy/kubernetes/csi/index.mdx +++ b/website/content/docs/deploy/kubernetes/csi/index.mdx @@ -38,6 +38,16 @@ The following features are supported by the Vault CSI Provider: - Syncing secrets to Kubernetes secrets to be used as environment variables. - Installation via [Vault Helm](/vault/docs/platform/k8s/helm) + + + Installing with Helm runs the Vault CSI provider alongside + [Vault Agent](/vault/docs/deploy/kubernetes/csi) within the same pod. Vault + Agent cannot renew tokens created before a restart. As a result, if the Vault + Agent container stops or restarts, when a preexisting token expires, Vault + Agent revokes the associated lease. + + + @include 'kubernetes-supported-versions.mdx' ## Authenticating with Vault