Skip to content

Commit f19d22b

Browse files
authored
Update README.md
1 parent 2d45fd9 commit f19d22b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@ This driver allows Kubernetes to use [Azure Blob storage](https://github.com/Azu
1212
Status: Aplha
1313

1414
### Container Images & CSI Compatibility:
15-
|Azure File CSI Driver Version | Image | v1.0.0 |
15+
|Blobfuse CSI Driver Version | Image | v1.0.0 |
1616
|-------------------------------|----------------------------------------------------|--------|
1717
|v0.1.0-alpha |mcr.microsoft.com/k8s/csi/blobfuse-csi:v0.1.0-alpha | yes |
1818
|master branch |mcr.microsoft.com/k8s/csi/blobfuse-csi:latest | yes |
1919

2020
### Kubernetes Compatibility
21-
| Azure File CSI Driver\Kubernetes Version | 1.12 | 1.13+ |
22-
|------------------------------------------|------|-------|
23-
| v0.1.0-alpha | yes | yes |
24-
| master branch | no | yes |
21+
| Blobfuse CSI Driver\Kubernetes Version | 1.13+ |
22+
|------------------------------------------|-------|
23+
| v0.1.0-alpha | yes |
24+
| master branch | yes |
2525

2626
### Driver parameters
2727
Please refer to [`blobfuse.csi.azure.com` driver parameters](./docs/driver-parameters.md)
@@ -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-
##### Option#1: Azurefile Dynamic Provisioning
38+
##### Option#1: Blobfuse Dynamic Provisioning
3939
- Create an blobfuse CSI storage class
4040
```
4141
kubectl create -f https://raw.githubusercontent.com/csi-driver/blobfuse-csi-driver/master/deploy/example/storageclass-blobfuse-csi.yaml
@@ -46,13 +46,13 @@ 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-
##### Option#2: Azurefile Static Provisioning(use an existing blobfuse share)
49+
##### Option#2: Blobfuse Static Provisioning(use an existing storage container)
5050
- Use `kubectl create secret` to create `azure-secret` with existing storage account name and key
5151
```
5252
kubectl create secret generic azure-secret --from-literal accountname=NAME --from-literal accountkey="KEY" --type=Opaque
5353
```
5454

55-
- Create an blobfuse CSI PV, download `pv-blobfuse-csi.yaml` file and edit `sharename` in `volumeAttributes`
55+
- Create an blobfuse CSI PV, download `pv-blobfuse-csi.yaml` file and edit `containerName` in `volumeAttributes`
5656
```
5757
wget https://raw.githubusercontent.com/csi-driver/blobfuse-csi-driver/master/deploy/example/pv-blobfuse-csi.yaml
5858
vi pv-blobfuse-csi.yaml

0 commit comments

Comments
 (0)