typo 文档更新

pull/224/head
gjmzj 2018-06-05 19:35:22 +08:00
parent af4c031962
commit 68bfaa1ab2
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ $ kubectl run nginx1 --image=nginx --port=80 --expose --limits='cpu=500m,memory=
# 增加负载可用Ctrl + C 停止)
$ kubectl run --rm -it load-generator --image=busybox /bin/sh
Hit enter for command prompt
$ while true; do wget -q -O- http://nginx; done;
$ while true; do wget -q -O- http://nginx1; done;
# 等待约几分钟查看是否有告警
```