e2e: use kustomize to install the load tester

This commit is contained in:
stefanprodan
2020-03-04 16:13:49 +02:00
parent 6d4db45d6c
commit a0a9b7d29a
7 changed files with 8 additions and 14 deletions
+1 -4
View File
@@ -116,10 +116,7 @@ that generates traffic during analysis when configured as a webhook.
First you need to deploy the load test runner in a namespace with sidecar injection enabled:
```bash
export REPO=https://raw.githubusercontent.com/weaveworks/flagger/master
kubectl -n test apply -f ${REPO}/artifacts/loadtester/deployment.yaml
kubectl -n test apply -f ${REPO}/artifacts/loadtester/service.yaml
kubectl apply -k github.com/weaveworks/flagger//kustomize/tester
```
Or by using Helm: