k6-operator
k6-operator copied to clipboard
An operator for running distributed k6 tests.
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...
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...
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...
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...
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...
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...
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...
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...