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
66kubectl 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
9898Filesystem 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```
You can’t perform that action at this time.
0 commit comments