Update README.md
This commit is contained in:
parent
fc64ff42a4
commit
fcdf7d01be
|
|
@ -87,6 +87,10 @@ In the above example, there is a `/mnt/azurefile` directory mounted as ext4 file
|
|||
#### Example#2. create 5 pods with vhd disk mount in parallel
|
||||
```console
|
||||
kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/azurefile-csi-driver/master/deploy/example/disk/statefulset-stress.yaml
|
||||
```
|
||||
- scale pod replicas
|
||||
```console
|
||||
kubectl scale statefulset statefulset-azurefile --replicas=30
|
||||
```
|
||||
> note: create multiple vhd disks in parallel in one storage account may cause IO throttling, user could set `storageAccount` to specify different storage accounts for different vhd disks
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue