Skip to content

Commit 06c00e8

Browse files
authored
Update README.md
1 parent c6610ea commit 06c00e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Please refer to [install blobfuse csi driver](https://github.com/csi-driver/blob
3535

3636
## E2E Usage example
3737
### 1. create a pod with csi blobfuse driver mount on linux
38-
#### Blobfuse Dynamic Provisioning
38+
#### Dynamic Provisioning (create storage account and container by blobfuse driver)
3939
- Create an blobfuse CSI storage class
4040
```sh
4141
kubectl create -f https://raw.githubusercontent.com/csi-driver/blobfuse-csi-driver/master/deploy/example/storageclass-blobfuse-csi.yaml
@@ -46,7 +46,7 @@ kubectl create -f https://raw.githubusercontent.com/csi-driver/blobfuse-csi-driv
4646
kubectl create -f https://raw.githubusercontent.com/csi-driver/blobfuse-csi-driver/master/deploy/example/pvc-blobfuse-csi.yaml
4747
```
4848

49-
#### Blobfuse Static Provisioning(use an existing storage container)
49+
#### Static Provisioning(use an existing storage account)
5050
##### Option#1: use existing credentials in k8s cluster
5151
> make sure the existing credentials in k8s cluster(e.g. service principal, msi) could access the specified storage account
5252
- Download an blobfuse CSI storage class, edit `resourceGroup`, `storageAccount`, `containerName` to use existing storage container

0 commit comments

Comments
 (0)