File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ description: Learn how to create a static or dynamic persistent volume with Azur
5
5
ms.topic : article
6
6
ms.custom : devx-track-azurecli
7
7
ms.subservice : aks-storage
8
- ms.date : 03/05 /2024
8
+ ms.date : 06/28 /2024
9
9
author : tamram
10
10
ms.author : tamram
11
11
@@ -352,7 +352,7 @@ Kubernetes needs credentials to access the file share created in the previous st
352
352
storageClassName: azurefile-csi
353
353
csi:
354
354
driver: file.csi.azure.com
355
- volumeHandle: unique-volumeid # make sure this volumeid is unique for every identical share in the cluster
355
+ volumeHandle: "{resource-group-name}#{account-name}#{file-share-name}" # make sure this volumeid is unique for every identical share in the cluster
356
356
volumeAttributes:
357
357
resourceGroup: resourceGroupName # optional, only set this when storage account is not in the same resource group as node
358
358
shareName: aksshare
You can’t perform that action at this time.
0 commit comments