Skip to content

Commit ac11a17

Browse files
utam0kroboquat
utam0k
authored andcommitted
loadgen: Update README
1 parent 1b5f246 commit ac11a17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/loadgen/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ You can find a short explanation of this tool in this [loom video](https://www.l
1212
- Fetch the TLS config from ws-manager
1313
`gpctl clusters get-tls-config`
1414
- Port-forward ws-manager
15-
`kubectl port-forward [ws-manager-pod] 12001:8080`
15+
`kubectl port-forward $(kubectl get pods --template '{{range .items}}{{.metadata.name}}{{end}}' -l component=ws-manager) 12001:8080`
1616
- 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.
1717
`loadgen benchmark [config-file] --host localhost:12001 --tls ./wsman-tls --interactive`
1818

0 commit comments

Comments
 (0)