Imma Valls

Results 16 issues of Imma Valls

## Readiness Checklist - [x] I am running the latest version - [x] I checked the documentation and found no answer - [x] I checked to make sure that this...

bug
framework-limitation
Known issue
Team:Stack-And-Solutions.important
theme:topology

- Create a regional GKE cluster. - Deploy a hot/warm/cold Elasticsearch cluster.

# KCD Organizer Checklist First in-person KCD Spain. Previous editions https://github.com/cncf/kubernetes-community-days/issues/510 in 2023, https://github.com/cncf/kubernetes-community-days/issues/440 in 2022 and https://github.com/cncf/kubernetes-community-days/issues/385 in 2021. ### Event Details * [x] Event Location: Co-located with DevBcn...

EU KCD

With the recent changes, we can now run the docs locally if `npm` has already been installed. We need to update the docs to mention that this is optional. If...

Type: Good first issue

Based on some confusion a user had on slack https://k6io.slack.com/archives/C3E688J8Z/p1704295361833839?thread_ts=1704148129.763029&channel=C3E688J8Z&message_ts=1704295361.833839, it might be good to review how we document building k6 with extensions. Not sure if future enhancements will reduce...

Based on https://community.grafana.com/t/http-batch-not-using-the-given-content-type/106738/4, I'm not sure if the example in https://k6.io/docs/javascript-api/k6-http/batch/ is valid, we should review.

As reported in the community slack, the docs https://k6.io/docs/javascript-api/k6-execution/#instance don't specify the difference between `vusActive` and `vusInitialized`. It would be good to add an explanation. > If you have a...

Tech Writers

Based on the older https://stackoverflow.com/questions/69016260/is-there-any-way-to-rerun-the-setup-step-every-few-minutes-in-a-long-duration-te I was thinking we could provide an example similar to https://community.k6.io/t/caching-access-tokens/5508/3. To showcase what happens if the authorization token has a short expiration. Add what...

examples

The doc https://k6.io/docs/testing-guides/running-large-tests/#when-streaming-use-no-thresholds-and-no-summary recommends using `--no-thresholds` and `--no-summary` when the output is cloud. We've found that when streaming long-running tests to prometheus, influxdb, etc. we can also recommend that, so...

Based on https://community.k6.io/t/http-req-failed-reporting-passes-as-failures/6861 and https://community.k6.io/t/exporting-rate-to-json-looks-faulty/5707/7, check if we can better document the [behavior of this rate](https://k6.io/docs/using-k6/metrics/reference/#http). The rate value is clear, 0% means 0 failures, 100% rate is all failed....

Tech Writers