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
In case of using an archive it must be additionally specified in your yaml for K6 deployment:
316
+
In case of using an archive it must be additionally specified in your yaml for TestRun deployment:
315
317
316
318
```yaml
317
319
# ...
@@ -327,7 +329,7 @@ In other words, `file` option must be the correct entrypoint for `k6 run`.
327
329
328
330
### Using extensions
329
331
By default, the operator will use `grafana/k6:latest` as the container image for the test jobs.
330
-
If you want to use [extensions](https://k6.io/docs/extensions/get-started/explore/) built with [xk6](https://github.com/grafana/xk6) you'll need to create your own image and override the `image` property on the `K6` kubernetes resource.
332
+
If you want to use [extensions](https://k6.io/docs/extensions/get-started/explore/) built with [xk6](https://github.com/grafana/xk6) you'll need to create your own image and override the `image` property on the `TestRun` kubernetes resource.
331
333
332
334
For example, create a `Dockerfile` with the following content:
0 commit comments