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 eb0c304 commit f5a6e84Copy full SHA for f5a6e84
README.md
@@ -38,7 +38,7 @@ create a pod with blobfuse mount on linux
38
### Dynamic Provisioning (create storage account and container automatically by blobfuse driver)
39
- Create a blobfuse CSI storage class
40
```sh
41
-kubectl create -f https://raw.githubusercontent.com/csi-driver/blobfuse-csi-driver/master/deploy/example/storageclass-blobfuse-csi.yaml
+kubectl create -f https://raw.githubusercontent.com/csi-driver/blobfuse-csi-driver/master/deploy/example/storageclass-blobfuse-csi-mountoptions.yaml
42
```
43
44
- Create a blobfuse CSI PVC
0 commit comments