Skip to content

Commit

Permalink
Update dev/loadgen/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Schubart <24721048+Furisto@users.noreply.github.com>
  • Loading branch information
2 people authored and roboquat committed Jun 10, 2022
1 parent ac11a17 commit e5fb359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/loadgen/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ You can find a short explanation of this tool in this [loom video](https://www.l
- Fetch the TLS config from ws-manager
`gpctl clusters get-tls-config`
- Port-forward ws-manager
`kubectl port-forward $(kubectl get pods --template '{{range .items}}{{.metadata.name}}{{end}}' -l component=ws-manager) 12001:8080`
`kubectl port-forward deployment/ws-manager 12001:8080`
- Now you can start the benchmark with loadgen. If you want to keep the workspaces around after testing, add --interactive. Loadgen will then ask you before taking any destructive action.
`loadgen benchmark [config-file] --host localhost:12001 --tls ./wsman-tls --interactive`

Expand Down

0 comments on commit e5fb359

Please sign in to comment.