Skip to content

Commit 5a176b2

Browse files
authored
Update workload-identity-static-pv-mount.md
1 parent e41ed48 commit 5a176b2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
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 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.
4+
### Limitations
5+
- This feature is not supported for NFS mount since NFS mount does not need credentials.
6+
- This feature would still retrieve storage account key using federated identity credentials.
7+
- Multiple pods cannot share the same persistent volume mount on the node, every pod would have its own standalone blobfuse mount.
58

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

0 commit comments

Comments
 (0)