Skip to content

Commit 0169a64

Browse files
authored
Update e2e_usage.md
1 parent c7dae71 commit 0169a64

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deploy/example/e2e_usage.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ create a pod with blob mount on linux
66
kubectl create -f https://raw.githubusercontent.com/kubernetes-sigs/blob-csi-driver/master/deploy/example/storageclass-blobfuse.yaml
77
```
88

9-
- Create a blob storage CSI PVC
9+
- Create a statefulset with blob storage mount
1010
```console
11-
kubectl create -f https://raw.githubusercontent.com/kubernetes-sigs/blob-csi-driver/master/deploy/example/pvc-blob-csi.yaml
11+
kubectl create -f https://raw.githubusercontent.com/kubernetes-sigs/blob-csi-driver/master/deploy/example/statefulset.yaml
1212
```
1313

1414
### Static Provisioning(use an existing storage account)
@@ -97,7 +97,7 @@ $ watch kubectl describe po nginx-blob
9797
$ kubectl exec -it nginx-blob -- bash
9898
Filesystem Size Used Avail Use% Mounted on
9999
...
100-
blobfuse 30G 8.9G 21G 31% /mnt/blob
100+
blobfuse 14G 41M 13G 1% /mnt/blob
101101
/dev/sda1 30G 8.9G 21G 31% /etc/hosts
102102
...
103103
```

0 commit comments

Comments
 (0)