k6-operator
k6-operator copied to clipboard
An operator for running distributed k6 tests.
Currently, the tag used for instance id is the index of the job. But, if you run multiple K6 resources at the same time, there is no way to distinguish...
We are trying to use custom image for runner pods as we found some bug in latest version of k6 images. However when we are creating k6 resource with the...
Closes https://github.com/grafana/k6-operator/issues/123.
Hi ! It seems that I've hit an annoying issue there ... * I'm building k6 operator from master ( commit https://github.com/grafana/k6-operator/commit/c63b127b53ca18ddf98f1648e25aefb785efe207 ) How to reproduce : * create a...
We have the k6-operator running in a k8s cluster. If TeamA creates a configMap with their load test script and TeamB creates a configMap for their test scripts, can they...
Hi everyone, I moved most of things out of kustomize to helm chart. I had some problems trying to set-up the MutationWebhookConfiguration and ValidatingWebhookConfiguration, if anyone can help with this...
Hi everyone, As this project is starting to grow, I propose we move the distribution of this operator to a helm chart installation. Currently to enable or disable features, we...
hi, i searched the crd and code and found out that the operator dosent have an option for an "initContainer". i would like to know if you can add it...
https://github.com/grafana/k6-operator/blob/9db5af67a7d026664eac5b2879db2103c96443cc/controllers/k6_controller.go#L78-L81 It would be better to document the use of the cleanup field.
The test run with cloud output is not resilient towards external restart of operator's pod. This happens mainly due to the controller not storing its full state with cloud output...