mirror of https://github.com/fluxcd/flagger.git
Merge pull request #1265 from ebar0n/patch-1
Use Helm to install loadtester in kubernetes-blue-green docs
This commit is contained in:
commit
e7e155048d
|
@ -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:
|
Deploy the load testing service to generate traffic during the analysis:
|
||||||
|
|
||||||
```bash
|
```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:
|
Create a canary custom resource:
|
||||||
|
|
Loading…
Reference in New Issue