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
Copy file name to clipboardExpand all lines: docs/sources/k6/next/testing-guides/running-distributed-tests.md
+8-15Lines changed: 8 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,34 +56,25 @@ Using [kind](https://kind.sigs.k8s.io/) or [k3d](https://k3d.io/) are awesome op
56
56
## 1. Install the operator
57
57
58
58
The first step to running distributed tests in Kubernetes is to install the operator if not already installed in the cluster.
59
-
At this time, installation does require having the project source code downloaded onto your system.
60
-
Installation commands must be run from the source directory.
61
59
62
60
{{< admonition type="note" >}}
63
61
64
62
Besides privileged access to a Kubernetes cluster, installation will require that the system performing the installation has the following tools installed:
Refer to [Install k6 Operator](https://grafana.com/docs/k6/latest/set-up/set-up-distributed-k6/install-k6-operator/) for other installation methods.
77
+
87
78
By default, the operator will be installed into a new namespace, `k6-operator-system`.
88
79
You can verify the successful installation by listing available resources within the namespace:
89
80
@@ -405,7 +396,9 @@ spec:
405
396
406
397
Sadly nothing works perfectly all the time, so knowing where you can go for help is important.
407
398
408
-
Be sure to search the [k6-operator category in the community forum](https://community.grafana.com/c/grafana-k6/k6-operator/73).
399
+
Be sure to check the [troubleshooting guide](https://grafana.com/docs/k6/latest/set-up/set-up-distributed-k6/troubleshooting/) as it contains many common pitfalls.
400
+
401
+
You can also search the [k6-operator category in the community forum](https://community.grafana.com/c/grafana-k6/k6-operator/73).
409
402
k6 has a growing and helpful community of engineers working with k6-operator, so there's a good chance your issue has already been discussed and overcome.
410
403
It's also in these forums where you'll be able to get help from members of the k6 development team.
0 commit comments