File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- ## CSI driver E2E usage example
2
- create a pod with blob mount on linux
1
+ ## CSI driver example
2
+
3
3
### Dynamic Provisioning (create storage account and container by Blob Storage CSI driver)
4
4
- Create a blob storage CSI storage class
5
5
``` console
@@ -79,7 +79,7 @@ kubectl create -f pv-blobfuse-csi.yaml
79
79
kubectl create -f https://raw.githubusercontent.com/kubernetes-sigs/blob-csi-driver/master/deploy/example/pvc-blob-csi-static.yaml
80
80
```
81
81
82
- #### 2. Validate PVC status and create an nginx pod
82
+ #### Validate PVC status and create an nginx pod
83
83
> make sure pvc is created and in ` Bound ` status
84
84
``` console
85
85
watch kubectl describe pvc pvc-blob
@@ -90,7 +90,7 @@ watch kubectl describe pvc pvc-blob
90
90
kubectl create -f https://raw.githubusercontent.com/kubernetes-sigs/blob-csi-driver/master/deploy/example/nginx-pod-blob.yaml
91
91
```
92
92
93
- #### 3. enter the pod container to do validation
93
+ #### Enter container to verify
94
94
- watch the status of pod until its Status changed from ` Pending ` to ` Running ` and then enter the pod container
95
95
``` console
96
96
$ watch kubectl describe po nginx-blob
You can’t perform that action at this time.
0 commit comments