Skip to content

Commit

Permalink
Merge pull request #1722 from kubernetes-sigs/add-tokenRequests
Browse files Browse the repository at this point in the history
fix: add tokenRequests on v1.30.0 in kubectl install
  • Loading branch information
andyzhangx authored Feb 23, 2024
2 parents 81e9517 + c8e60a0 commit 5b7d5ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions deploy/v1.30.0/csi-azurefile-driver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ spec:
- Persistent
- Ephemeral
fsGroupPolicy: ReadWriteOnceWithFSType
tokenRequests:
- audience: api://AzureADTokenExchange
2 changes: 1 addition & 1 deletion docs/workload-identity-static-pv-mount.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# workload identity support on static provisioning
- supported from v1.29.3
- supported from v1.30.0

This feature is specifically designed for smb mount and is not available for NFS mount as NFS mount does not require credentials. There is a standalone smb mount for every pod, it may cause performance issues when multiple pods are present on a single node.

Expand Down

0 comments on commit 5b7d5ca

Please # to comment.