We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eeeee5 commit 3dae5e6Copy full SHA for 3dae5e6
deploy/example/e2e_usage.md
@@ -1,4 +1,5 @@
1
## CSI driver example
2
+> refer to [detailed driver parameters](../../docs/driver-parameters.md)
3
4
### Dynamic Provisioning (create storage account and blob container by CSI driver)
5
- Create CSI storage class
@@ -70,7 +71,7 @@ spec:
70
71
csi:
72
driver: blob.csi.azure.com
73
readOnly: false
- volumeHandle: arbitrary-volumeid
74
+ volumeHandle: uniqe-volumeid # make sure this volumeid is unique in the cluster
75
volumeAttributes:
76
containerName: EXISTING_CONTAINER_NAME
77
nodeStageSecretRef:
0 commit comments