Skip to content

Commit 5fa1b8a

Browse files
committed
doc: remove obsolete doc about volumeID format
1 parent 2210307 commit 5fa1b8a

7 files changed

+2
-8
lines changed

deploy/example/e2e_usage.md

-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ spec:
9393
csi:
9494
driver: blob.csi.azure.com
9595
# make sure volumeid is unique for every storage blob container in the cluster
96-
# the # character is reserved for internal use, the / character is not allowed
9796
volumeHandle: account-name_container-name
9897
volumeAttributes:
9998
containerName: EXISTING_CONTAINER_NAME

deploy/example/pv-blobfuse-auth.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ spec:
1818
csi:
1919
driver: blob.csi.azure.com
2020
# make sure volumeid is unique for every storage blob container in the cluster
21-
# the # character is reserved for internal use, the / character is not allowed
2221
volumeHandle: account-name_container-name
2322
volumeAttributes:
2423
resourceGroup: EXISTING_RESOURCE_GROUP_NAME

deploy/example/pv-blobfuse-csi-keyvault.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ spec:
1515
csi:
1616
driver: blob.csi.azure.com
1717
# make sure volumeid is unique for every storage blob container in the cluster
18-
# the # character is reserved for internal use, the / character is not allowed
1918
volumeHandle: account-name_container-name
2019
volumeAttributes:
2120
containerName: EXISTING_CONTAINER_NAME

deploy/example/pv-blobfuse-csi.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ spec:
1818
csi:
1919
driver: blob.csi.azure.com
2020
# make sure volumeid is unique for every storage blob container in the cluster
21-
# the # character is reserved for internal use, the / character is not allowed
2221
volumeHandle: account-name_container-name
2322
volumeAttributes:
2423
resourceGroup: EXISTING_RESOURCE_GROUP_NAME

deploy/example/pv-blobfuse-nfs.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ spec:
1717
csi:
1818
driver: blob.csi.azure.com
1919
# make sure volumeid is unique for every storage blob container in the cluster
20-
# the # character is reserved for internal use, the / character is not allowed
2120
volumeHandle: account-name_container-name
2221
volumeAttributes:
2322
resourceGroup: EXISTING_RESOURCE_GROUP_NAME

docs/driver-parameters.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ pvc-92a4d7f2-f23b-4904-bad4-2cbfcff6e388
101101
102102
Name | Meaning | Available Value | Mandatory | Default value
103103
--- | --- | --- | --- | ---
104-
volumeHandle | Specify a value the driver can use to uniquely identify the storage blob container in the cluster. | A recommended way to produce a unique value is to combine the globally unique storage account name and container name: {account-name}_{container-name}. Note: the # character is reserved for internal use, the / character is not allowed. | Yes |
104+
volumeHandle | Specify a value the driver can use to uniquely identify the storage blob container in the cluster. | A recommended way to produce a unique value is to combine the globally unique storage account name and container name: {account-name}_{container-name}.| Yes |
105105
volumeAttributes.subscriptionID | specify Azure subscription ID where blob storage directory is located | Azure subscription ID | No | if not empty, `resourceGroup` must be provided
106106
volumeAttributes.resourceGroup | Azure resource group name | existing resource group name | No | if empty, driver will use the same resource group name as current k8s cluster
107107
volumeAttributes.storageAccount | existing storage account name | existing storage account name | Yes |

docs/workload-identity-static-pv-mount.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,7 @@ spec:
8484
csi:
8585
driver: blob.csi.azure.com
8686
# make sure volumeid is unique for every storage blob container in the cluster
87-
# the # character is reserved for internal use, the / character is not allowed
88-
volumeHandle: unique_volume_id
87+
volumeHandle: account-name_container-name
8988
volumeAttributes:
9089
storageaccount: $ACCOUNT # required
9190
containerName: $CONTAINER # required

0 commit comments

Comments
 (0)