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

I'm running the following version: GKE: 1.20.15-gke.300 Logs: ``` 2022-03-14T18:04:11.767Z INFO controllers.K6 perf-test-service-1 service is not ready, aborting {"k6": "atlantis-perftest/perf-test"} 2022-03-14T18:04:16.755Z INFO controllers.K6 1/1 pods ready {"k6": "atlantis-perftest/perf-test"} 2022-03-14T18:04:16.768Z ERROR...

We have been running tests successfully using k6-operator for the past 2 weeks. It stopped working a few days ago, and all we can see is that the operator is...

bug

Reading through https://github.com/grafana/k6/issues/140 and seeing https://github.com/grafana/k6/pull/2438 (although, not having grokked the changes) this might be a duplicate, but here goes... I'd like to run distributed k6 instances to achieve some...

documentation
evaluation needed

It would be nice to select a priorityclass so i can define prevent the pods from being deleted by another higher priority pod. Node tolerations & affinities would also mean...

enhancement
good first issue
hacktoberfest

Hi, i'm executing load tests in my kubernetes cluster but i have a problem when tests fails. I need tests be executed only one time, and if these run succesfully...

evaluation needed
PLZ

Happy to rename the option to something more suitable. Status quo should be the default (fragment if parallelism > 1). User can disable by setting `disableFragmentation: true` in their spec....

Cloud output is being added to k6-operator in #86 and this feature requires an authorization token to be loaded and passed to the pods. Currently, this is implemented with Kubernetes...

enhancement

Hello I've been using k6.spec.separate = true to define a podAntiAffinity with other k6 runners, however I'd like to add my own affinity using k6.spec.runner.affinity, but this logic in the...

help wanted
evaluation needed
UX

Users of k6-operator can face migration issues where they need to re-configure both their setups and k6 scripts to distributed execution. Currently it's fully user's responsibility but a straight-forward guide...

documentation
good first issue
help wanted
k6
hacktoberfest

Currently k6-operator has only a tutorial in [blog post](https://k6.io/blog/running-distributed-tests-on-k8s/) and a README for options. It has been suggested that a quick, step-by-step guide could be of use too. Also to...

documentation
good first issue
hacktoberfest