Skip to content

Commit 0b64fd2

Browse files
authored
Merge pull request #1009 from andyzhangx/volumeHandle-doc
doc: update volumeHandle doc
2 parents a4deec3 + b29d1ad commit 0b64fd2

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

deploy/example/e2e_usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ spec:
9595
driver: blob.csi.azure.com
9696
readOnly: false
9797
# make sure volumeid is unique for every storage blob container in the cluster
98-
# the # character is reserved for internal use
98+
# the # character is reserved for internal use, the / character is not allowed
9999
volumeHandle: account-name_container-name
100100
volumeAttributes:
101101
containerName: EXISTING_CONTAINER_NAME

deploy/example/pv-blobfuse-auth.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
1919
driver: blob.csi.azure.com
2020
readOnly: false
2121
# make sure volumeid is unique for every storage blob container in the cluster
22-
# the # character is reserved for internal use
22+
# the # character is reserved for internal use, the / character is not allowed
2323
volumeHandle: account-name_container-name
2424
volumeAttributes:
2525
resourceGroup: EXISTING_RESOURCE_GROUP_NAME

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
driver: blob.csi.azure.com
1717
readOnly: false
1818
# make sure volumeid is unique for every storage blob container in the cluster
19-
# the # character is reserved for internal use
19+
# the # character is reserved for internal use, the / character is not allowed
2020
volumeHandle: account-name_container-name
2121
volumeAttributes:
2222
containerName: EXISTING_CONTAINER_NAME

deploy/example/pv-blobfuse-csi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
1919
driver: blob.csi.azure.com
2020
readOnly: false
2121
# make sure volumeid is unique for every storage blob container in the cluster
22-
# the # character is reserved for internal use
22+
# the # character is reserved for internal use, the / character is not allowed
2323
volumeHandle: account-name_container-name
2424
volumeAttributes:
2525
resourceGroup: EXISTING_RESOURCE_GROUP_NAME

deploy/example/pv-blobfuse-nfs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
driver: blob.csi.azure.com
1717
readOnly: false
1818
# make sure volumeid is unique for every storage blob container in the cluster
19-
# the # character is reserved for internal use
19+
# the # character is reserved for internal use, the / character is not allowed
2020
volumeHandle: account-name_container-name
2121
volumeAttributes:
2222
resourceGroup: EXISTING_RESOURCE_GROUP_NAME

docs/driver-parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ pvc-92a4d7f2-f23b-4904-bad4-2cbfcff6e388
8484
8585
Name | Meaning | Available Value | Mandatory | Default value
8686
--- | --- | --- | --- | ---
87-
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. | Yes |
87+
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 |
8888
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
8989
volumeAttributes.storageAccount | existing storage account name | existing storage account name | Yes |
9090
volumeAttributes.containerName | existing container name | existing container name | Yes |

0 commit comments

Comments
 (0)