mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-22 23:21:08 +02:00
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>
This commit is contained in:
parent
054e4a5ebd
commit
f74fec89a7
@ -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)
|
||||
|
||||
<Note>
|
||||
|
||||
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.
|
||||
|
||||
</Note>
|
||||
|
||||
@include 'kubernetes-supported-versions.mdx'
|
||||
|
||||
## Authenticating with Vault
|
||||
|
Loading…
x
Reference in New Issue
Block a user