Fix loadtester config in the envoy doc

This commit is contained in:
Yusuke Kuoka 2019-12-01 23:29:21 +09:00
parent 08851f83c7
commit 0d531e7bd1
1 changed files with 1 additions and 4 deletions

View File

@ -77,10 +77,7 @@ Deploy the load testing service to generate traffic during the canary analysis:
```bash
helm upgrade -i flagger-loadtester flagger/loadtester \
--namespace=test \
--set meshName=global \
--set "backends[0]=podinfo.test" \
--set "backends[1]=podinfo-canary.test"
--namespace=test
```
Create a canary custom resource: