You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
update fortio to new version and location (istio#8297)
* update fortio to new location
* using latest fortio tag, but not sure what "testApply" does anyway
* assuming this is what testApply changes
* ran bin/fmt.sh as instructed by failing linter build
* use makefile target to build fortio from source with version embedded
Copy file name to clipboardexpand all lines: tools/README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# Istio Load Testing User Guide
2
2
### Introduction
3
3
This guide provides step-by-step instructions for using the `setup_perf_cluster.sh` load testing script.
4
-
The script deploys a GKE cluster, an Istio service mesh and a GCE VM. The script then runs [Fortio](https://github.com/istio/fortio/#fortio)
4
+
The script deploys a GKE cluster, an Istio service mesh and a GCE VM. The script then runs [Fortio](https://github.com/fortio/fortio/#fortio)
5
5
on the VM, 2 pods within the cluster (non-Istio) and 2 pods within the Istio mesh.
6
6
7
7
It should not be too difficult to adapt the script to other cloud providers or environments and contributions for additional automated setup are welcome.
0 commit comments