grafana / k6-operator

An operator for running distributed k6 tests.
Apache License 2.0
541 stars 147 forks source link

Extending PrivateLoadZone with image and env vars #416

Open yorugac opened 3 weeks ago

yorugac commented 3 weeks ago

Feature Description

/loadtests/v4/test_runs(<id>) endpoint has been extended with a new data field:

And PLZ registration endpoint now accepts config.load_runner_image with a string of public Docker k6-based image.

Suggested Solution (optional)

Update PLZ CRD to accept image configuration. Extend GCk6 API calls correspondingly.

Already existing or connected issues / PRs (optional)

No response