Skip to content

Commit 77ae8c5

Browse files
committed
fix
1 parent 6c8630b commit 77ae8c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deploy/example/mountstorage/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,9 @@ You can use a dedicated user-assigned managed identity to mount the storage.
162162

163163
# dynamic provisioning in an existing resource group
164164

165-
1. Grant cluster system assigned identity `Contributor` to resource group, if mount in an existing storage account, then should also grant identity to storage account
165+
1. Grant cluster system assigned identity and kubelet identity `Contributor` role to resource group, if mount in an existing storage account, then should also grant identity to storage account
166166

167-
1. Grant kubelet identity `Storage Blob Data Owner` to resource group to mount blob storage, if mount in an existing storage account, then should also grant identity to storage account
167+
1. Grant kubelet identity `Storage Blob Data Owner` role to resource group to mount blob storage, if mount in an existing storage account, then should also grant identity to storage account
168168

169169
1. Create a storage class and give an existing resource group, CSI will create a new storage account when `storageAccount` is not provided.
170170
```yml
@@ -180,7 +180,7 @@ You can use a dedicated user-assigned managed identity to mount the storage.
180180
storageAccount: EXISTING_STORAGE_ACCOUNT_NAME # optional, if use existing storage account
181181
containerName: EXISTING_CONTAINER_NAME # optional, if use existing container
182182
AzureStorageAuthType: MSI
183-
AzureStorageIdentityClientID: "92926dfd-e61b-4730-85ab-5be73b374e82"
183+
AzureStorageIdentityClientID: "xxxxx-xxxx-xxx-xxx-xxxxxxx"
184184
reclaimPolicy: Delete
185185
volumeBindingMode: Immediate
186186
allowVolumeExpansion: true

0 commit comments

Comments
 (0)