Skip to content

Commit 69b9d11

Browse files
authored
doc: update README for blobfuse managed identity instructions
Clarify managed identity usage for blobfuse mount and provide details on kubelet identity binding.
1 parent 519fd43 commit 69b9d11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deploy/example/blobfuse-mi/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Mount Azure blob storage with managed identity
22

3-
This article demonstrates the process of utilizing blobfuse mount with either a dedicated user-assigned managed identity or kubelet identity.
4-
> make sure the managed identity used by CSI driver is bound to the agent node pool.
3+
This article demonstrates the process of utilizing blobfuse mount with user-assigned managed identity.
4+
> you could leverage the built-in user assigned managed identity(kubelet identity) bound to the AKS agent node pool(with naming rule [`AKS Cluster Name-agentpool`](https://docs.microsoft.com/en-us/azure/aks/use-managed-identity#summary-of-managed-identities)), if you have created your own managed identity, make sure the managed identity is bound to the agent node pool.
55
66
## Before you begin
77
- Make sure the managed identity has `Storage Blob Data Contributor` role to the storage account

0 commit comments

Comments
 (0)