Olha Yevtushenko
Olha Yevtushenko
### Feature Description Currently version of k6 can be looked up only with `k6 version` while `k6 -v` switches on verbose logging. Many people are more used to `--version` and...
This is often "known" by more experienced users but sometimes a question about how to update pops up: https://github.com/grafana/k6-operator/issues/110 Either way, as the project matures, it makes sense for to...
### Feature Description k6 is dropping the support for cloud output v1 soon: https://github.com/grafana/k6/pull/3092 k6-operator should follow suit afterwards. ### Suggested Solution (optional) _No response_ ### Already existing or connected...
Random identifier should be generated on initial creation of PLZ and preserved as part of the resource. It'll help avoid creating duplicates of PLZ objects by accident. Note: this depends...
Several times we have received reports of failing default liveness and readiness probes which leads to runners not reaching ready state: ``` Normal Created 3m2s kubelet Created container k6 Normal...
Envoy is not usable with cloud output when logging is enabled. See https://github.com/grafana/k6-operator/issues/179. It’d be good to figure out some alternative in order not to depend on logs in the...
Issue: #262 UID is generated as UUID string and stored as annotation `"privateloadzones.k6.io/plz-uid"` in PLZ CR.
### Feature Description Contributors in k6-operator has been finding their own path, and with a very good success rate, IMHO. But recently it has been raised a few times that...
Currently editing of `TestRun` while the test is running or even after it has finished is not supported. To be precise, one _can_ edit it if they want but they...