Merge pull request #131 from umagnus/attach_test

fix: fix README.md file
This commit is contained in:
Andy Zhang 2023-02-13 18:51:23 +08:00 коммит произвёл GitHub
Родитель ccb5e4cc9d e1555fb778
Коммит 4374cf7eef
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -21,7 +21,7 @@ use `cyc_attach_detach_test.sh` to loop attach/detach test in background.
e.g. test 1000 pods attach/detach with default sc and write result in test1000v1.txt for 30 times in background. When one attach/detach test is finished, sleep for 3 minutes to avoid client throttling.
- Option#1. remote test
```
curl -skSL https://raw.githubusercontent.com/Azure/kubernetes-volume-drivers/master/test/cyc_attach_detach_test.sh | nohup bash 1000 default test1000v1.txt 30 & --
curl -skSL https://raw.githubusercontent.com/Azure/kubernetes-volume-drivers/master/test/cyc_attach_detach_test.sh | nohup bash -s 1000 default test1000v1.txt 30 &
```
- Option#2. local test
```
@ -35,7 +35,7 @@ In this scenario, we test 1 pod 3 pvc pod failover test. The time from pod delet
e.g. test 1 pod 3 pvc pod failover test for 300 times and write results in file.txt in background.
- Option#1. remote test
```
curl -skSL https://raw.githubusercontent.com/Azure/kubernetes-volume-drivers/master/test/pod_failover_test.sh | nohup bash 300 file.txt & --
curl -skSL https://raw.githubusercontent.com/Azure/kubernetes-volume-drivers/master/test/pod_failover_test.sh | nohup bash -s 300 file.txt &
```
- Option#2. local test
```