Skip to content

Commit cc0f901

Browse files
Apply suggestions from code review
Co-authored-by: Heitor Tashiro Sergent <[email protected]>
1 parent 6197162 commit cc0f901

File tree

1 file changed

+3
-3
lines changed
  • docs/sources/k6/next/set-up/set-up-distributed-k6/usage

1 file changed

+3
-3
lines changed

docs/sources/k6/next/set-up/set-up-distributed-k6/usage/extensions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ Note that this examples overrides the default image with `k6-extended:latest`, a
6262

6363
## Troubleshooting
6464

65-
If a `TestRun` with a custom image does not start the test and the k6 Operator [logs an error about the initializer](https://grafana.com/docs/k6/latest/set-up/set-up-distributed-k6/troubleshooting/#an-error-on-reading-output-of-the-initializer-pod), check the following command:
65+
If a `TestRun` with a custom image doesn't start the test and the k6 Operator [logs an error about the initializer](https://grafana.com/docs/k6/latest/set-up/set-up-distributed-k6/troubleshooting/#an-error-on-reading-output-of-the-initializer-pod), run the following command:
66+
6667
```sh
6768
docker run --entrypoint sh k6-extended:local -c "ls -l && k6 version"
68-
```
6969
70-
This command should execute without an error.
70+
This command should execute without an error. If there's an error, resolve it by making sure that the `Dockerfile` is correctly configured. Use the sample above as a reference.

0 commit comments

Comments
 (0)