Skip to content

Commit cb2df03

Browse files
authored
Update workload-identity-static-pv-mount.md
1 parent e5e19e4 commit cb2df03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/workload-identity-static-pv-mount.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# workload identity support on static provisioning
22
- supported from v1.24.0 (from AKS 1.29 with `tokenRequests` field support in `CSIDriver`)
33

4-
The feature is intended for blobfuse mount and is not supported for NFS mount since NFS mount does not need credentials. Each pod has its own standalone blobfuse mount, but if multiple pods are present on a single node, it may lead to performance problems.
4+
The feature is not supported for NFS mount since NFS mount does not need credentials. Multiple pods cannot share the same persistent volume mount on the node, every pod would have its own standalone blobfuse mount.
55

66
## Prerequisites
77
### 1. Create a cluster with oidc-issuer enabled and get the credential

0 commit comments

Comments
 (0)