From 7adb6a91f1495df6081fdaced90742c03f7f8483 Mon Sep 17 00:00:00 2001 From: Olha Yevtushenko Date: Fri, 15 Aug 2025 13:50:18 +0300 Subject: [PATCH] fix(k6-operator): add to v1.2.x to fix mismatch between next and actual latest --- .../{common-options.md => configure-testrun-crd.md} | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) rename docs/sources/k6/v1.2.x/set-up/set-up-distributed-k6/usage/{common-options.md => configure-testrun-crd.md} (75%) diff --git a/docs/sources/k6/v1.2.x/set-up/set-up-distributed-k6/usage/common-options.md b/docs/sources/k6/v1.2.x/set-up/set-up-distributed-k6/usage/configure-testrun-crd.md similarity index 75% rename from docs/sources/k6/v1.2.x/set-up/set-up-distributed-k6/usage/common-options.md rename to docs/sources/k6/v1.2.x/set-up/set-up-distributed-k6/usage/configure-testrun-crd.md index 43d95d8625..6f5299263e 100644 --- a/docs/sources/k6/v1.2.x/set-up/set-up-distributed-k6/usage/common-options.md +++ b/docs/sources/k6/v1.2.x/set-up/set-up-distributed-k6/usage/configure-testrun-crd.md @@ -1,13 +1,15 @@ --- weight: 300 -title: Common options +title: Configure the TestRun CRD --- -# Common options +# Configure the TestRun CRD - + -The only options that are required as part of the `TestRun` CRD spec are `script` and `parallelism`. This guide covers some of the most common options. +The only options that are required as part of the `TestRun` CRD spec are `script` and `parallelism`. But there are many other options that can be set in `TestRun` CRD. Refer to the [crd-generated.md](https://github.com/grafana/k6-operator/blob/main/docs/crd-generated.md) file in the k6-operator GitHub repository for a complete list of all available fields. + +Let's look at some of the most common options in greater detail. ## Parallelism