Skip to content

Commit

Permalink
docs: update volumeClaim
Browse files Browse the repository at this point in the history
  • Loading branch information
yorugac committed Aug 14, 2022
1 parent c7b395e commit b2fb49b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ spec:
file: "test.js"
```

***Note:*** the pods will expect to find script files in `/test/` folder. If `volumeClaim` fails, it's the first place to check: the latest initializer pod does not generate any logs and when it can't find the file, it will terminate with error. So missing file may not be that obvious and it makes sense to check it manually. See #143 for potential improvements.

#### LocalFile

There is a sample avaiable in `config/samples/k6_v1alpha1_k6_with_localfile.yaml` on how to configure to run a test script inside the docker image.
Expand Down

0 comments on commit b2fb49b

Please sign in to comment.