-
Notifications
You must be signed in to change notification settings - Fork 166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to use K6_WEB_DASHBOARD in operator mode? #478
Comments
Hi @CoffeeHi, I'm sorry, but we don't have large expertise with the k6-operator. |
Hi @CoffeeHi, sorry for the delay! Are you trying to find one dashboard per test with aggregated data from all runners? Or are you trying to open a dashboard to one, specific runner and configuration does not work? |
Hi @yorugac , I want to open a dashboard to one, as I known from https://grafana.com/docs/k6/latest/results-output/web-dashboard/ , I can get a runtime dashboard running |
Hi @CoffeeHi, it appears that you have already passed the dashboard option to the runners successfully: runner:
env:
- name: K6_WEB_DASHBOARD
value: "true"
kubectl port-forward pod/k6-sample-1-g4tnf 5665 And then open the dashboard in your browser just as you do with k6 standalone, that is by going to Let me know if additional information is needed! |
Hi guys, I deploy k6 operator in k8s cluster, but I don't know how to show K6_WEB_DASHBOARD when running TestRun CR, is it possible to show K6_WEB_DASHBOARD in distributed mode k6?
I have tried in TestRun CR, but does not work.
The text was updated successfully, but these errors were encountered: