File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ create a pod with blob mount on linux
6
6
kubectl create -f https://raw.githubusercontent.com/kubernetes-sigs/blob-csi-driver/master/deploy/example/storageclass-blobfuse.yaml
7
7
```
8
8
9
- - Create a blob storage CSI PVC
9
+ - Create a statefulset with blob storage mount
10
10
``` 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
12
12
```
13
13
14
14
### Static Provisioning(use an existing storage account)
@@ -97,7 +97,7 @@ $ watch kubectl describe po nginx-blob
97
97
$ kubectl exec -it nginx-blob -- bash
98
98
Filesystem Size Used Avail Use% Mounted on
99
99
...
100
- blobfuse 30G 8.9G 21G 31 % /mnt/blob
100
+ blobfuse 14G 41M 13G 1 % /mnt/blob
101
101
/dev/sda1 30G 8.9G 21G 31% /etc/hosts
102
102
...
103
103
```
You can’t perform that action at this time.
0 commit comments