From a6fbb05ce93a5cfaa315b6fb79513128b37ae816 Mon Sep 17 00:00:00 2001 From: weizhi Date: Mon, 26 Feb 2024 13:59:51 +0800 Subject: [PATCH] Update workload-identity-static-pv-mount.md --- docs/workload-identity-static-pv-mount.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/workload-identity-static-pv-mount.md b/docs/workload-identity-static-pv-mount.md index e94b74a5b..2794eb817 100644 --- a/docs/workload-identity-static-pv-mount.md +++ b/docs/workload-identity-static-pv-mount.md @@ -1,5 +1,5 @@ # workload identity support on static provisioning - - supported from v1.23.3 + - supported from v1.30.0 This feature is specifically designed for blobfuse mount and is not available for NFS mount as NFS mount does not require credentials. There is a standalone blobfuse mount for every pod, it may cause performance issues when multiple pods are present on a single node.