You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: deploy/example/mountstorage/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -162,9 +162,9 @@ You can use a dedicated user-assigned managed identity to mount the storage.
162
162
163
163
# dynamic provisioning in an existing resource group
164
164
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
166
166
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
168
168
169
169
1. Create a storage class and give an existing resource group, CSI will create a new storage account when `storageAccount` is not provided.
170
170
```yml
@@ -180,7 +180,7 @@ You can use a dedicated user-assigned managed identity to mount the storage.
180
180
storageAccount: EXISTING_STORAGE_ACCOUNT_NAME # optional, if use existing storage account
181
181
containerName: EXISTING_CONTAINER_NAME # optional, if use existing container
0 commit comments