k6-operator
k6-operator copied to clipboard
An operator for running distributed k6 tests.
### Feature Description To be able to change dns settings easily. Still not available in TestRun spec section, not sure if it's on purpose or not :) ### Suggested Solution...
We're moving docs to k6-docs repository and simplifying README.md as a consequence. Corresponding PR: https://github.com/grafana/k6-docs/pull/1559
### Brief summary When the total number of virtual users are more than 100 the runner image is not spawning new jobs. ### k6-operator version or image grafana/k6:0.50.0-with-browser ### Helm...
### Feature Description We have recently implemented a seccomp profile on all of our apps which involves injecting the below code snippet in the securityContext block in either the values.yaml...
### Feature Description We would like to use the k6 operator to dynamically increase the number of vus and observe the drop in success rate. When we reduce the number...
CI workflows for linting and testing Helm should be enabled for all PRs that include changes to chart's folder. Those workflows are set up in that way now; however, it...
### Feature Description `/loadtests/v4/test_runs()` endpoint has been extended with a new data field: - `k8s_load_zones_config.environment` a dict of key-value pairs And PLZ registration endpoint now accepts `config.load_runner_image` with a string...
Added ReadOnly to the volumeMount option in Pods to support mounting of ReadOnlyMany(ROX) PVC. https://github.com/grafana/k6-operator/issues/279 The default is ReadOnly: false. The reason was to avoid destructive changes, considering the possibility...
### Brief summary I'm trying to run the test on 500 pods and get the error : exec /usr/bin/k6: argument list too long I find a workaround by batching tests...
This PR updates `controller-gen` to `v0.14.0` in order to get rid of a bug impeding the `make manifest` and `make generate` commands ``` k6-operator $ make manifests /my/local/path/controller-gen "crd:maxDescLen=0" rbac:roleName=manager-role...