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 2b2586a commit 4879d73Copy full SHA for 4879d73
deploy/example/e2e_usage.md
@@ -3,7 +3,7 @@ create a pod with blobfuse mount on linux
3
### Dynamic Provisioning (create storage account and container automatically by blobfuse driver)
4
- Create a blobfuse CSI storage class
5
```console
6
-kubectl create -f https://raw.githubusercontent.com/csi-driver/blobfuse-csi-driver/master/deploy/example/storageclass-blobfuse-csi-mountoptions.yaml
+kubectl create -f https://raw.githubusercontent.com/csi-driver/blobfuse-csi-driver/master/deploy/example/storageclass-blobfuse-csi.yaml
7
```
8
9
- Create a blobfuse CSI PVC
0 commit comments