Skip to content

Commit 5420cd2

Browse files
authored
Update e2e_usage.md
1 parent 36eda24 commit 5420cd2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

deploy/example/e2e_usage.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
## CSI driver E2E usage example
2-
create a pod with blob mount on linux
1+
## CSI driver example
2+
33
### Dynamic Provisioning (create storage account and container by Blob Storage CSI driver)
44
- Create a blob storage CSI storage class
55
```console
@@ -79,7 +79,7 @@ kubectl create -f pv-blobfuse-csi.yaml
7979
kubectl create -f https://raw.githubusercontent.com/kubernetes-sigs/blob-csi-driver/master/deploy/example/pvc-blob-csi-static.yaml
8080
```
8181

82-
#### 2. Validate PVC status and create an nginx pod
82+
#### Validate PVC status and create an nginx pod
8383
> make sure pvc is created and in `Bound` status
8484
```console
8585
watch kubectl describe pvc pvc-blob
@@ -90,7 +90,7 @@ watch kubectl describe pvc pvc-blob
9090
kubectl create -f https://raw.githubusercontent.com/kubernetes-sigs/blob-csi-driver/master/deploy/example/nginx-pod-blob.yaml
9191
```
9292

93-
#### 3. enter the pod container to do validation
93+
#### Enter container to verify
9494
- watch the status of pod until its Status changed from `Pending` to `Running` and then enter the pod container
9595
```console
9696
$ watch kubectl describe po nginx-blob

0 commit comments

Comments
 (0)