Update README.md

This commit is contained in:
Andy Zhang 2020-03-12 15:58:16 +08:00 committed by GitHub
parent fc64ff42a4
commit fcdf7d01be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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 #### Example#2. create 5 pods with vhd disk mount in parallel
```console ```console
kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/azurefile-csi-driver/master/deploy/example/disk/statefulset-stress.yaml 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 > 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