Merge pull request #1265 from ebar0n/patch-1

Use Helm to install loadtester in kubernetes-blue-green docs
This commit is contained in:
Stefan Prodan 2022-10-18 17:49:44 +03:00 committed by GitHub
commit e7e155048d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -59,7 +59,8 @@ kubectl apply -k https://github.com/fluxcd/flagger//kustomize/podinfo?ref=main
Deploy the load testing service to generate traffic during the analysis:
```bash
kubectl apply -k https://github.com/fluxcd/flagger//kustomize/tester?ref=main
helm upgrade -i flagger-loadtester flagger/loadtester \
--namespace=test
```
Create a canary custom resource: