mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-03 20:40:45 -05: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
1 changed files with 10 additions and 0 deletions
|
|
@ -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…
Reference in a new issue