k6-operator icon indicating copy to clipboard operation
k6-operator copied to clipboard

An operator for running distributed k6 tests.

Results 152 k6-operator issues
Sort by recently updated
recently updated
newest added

### 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...

enhancement

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...

enhancement

### 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...

enhancement
good first issue
helm

### 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...

enhancement
question

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...

bug
help wanted
maintenance

### 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...

enhancement
PLZ

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...

bug

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...