Skip to content

Commit c3ad8c4

Browse files
authored
Update README.md
1 parent c0ad722 commit c3ad8c4

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

deploy/example/blobfuse-mi/README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,12 @@ This article demonstrates the process of utilizing blobfuse mount with either a
1212
az role assignment create --assignee-object-id "$kloid" --role "Storage Blob Data Owner" --scope "$said"
1313
```
1414

15-
1615
- Retrieve the clientID for `AzureStorageIdentityClientID`. If you are using kubelet identity, the identity will be named {aks-cluster-name}-agentpool and located in the node resource group.
1716
```bash
1817
AzureStorageIdentityClientID=`az identity list -g "$resourcegroup" --query "[?name == '$identityname'].clientId" -o tsv`
1918
```
2019

21-
## dynamic provisioning
20+
## Dynamic Provisioning
2221
- Ensure that the system-assigned identity of your cluster control plane has the `Storage Account Contributor role` for the storage account.
2322
> if the storage account is created by the driver, then you need to grant `Storage Account Contributor` role to the resource group where the storage account is located
2423

@@ -59,8 +58,11 @@ This article demonstrates the process of utilizing blobfuse mount with either a
5958
kubectl create -f https://raw.githubusercontent.com/kubernetes-sigs/blob-csi-driver/master/deploy/example/statefulset.yaml
6059
```
6160

62-
## static provisioning(bring your own storage account and blob container)
63-
1. Create PV with specified account name, blob container and AzureStorageIdentityClientID
61+
## Static Provisioning
62+
63+
> bring your own storage account and blob container
64+
65+
1. create PV with specified account name, blob container and AzureStorageIdentityClientID
6466
```yml
6567
apiVersion: v1
6668
kind: PersistentVolume

0 commit comments

Comments
 (0)