Skip to content

Commit d64a882

Browse files
k6-operator: add link to CRD reference doc (#2026)
* k6-operator: add reference to crd-generated doc * Apply suggestions from code review Co-authored-by: Heitor Tashiro Sergent <[email protected]> * k6-operator: rename files to fit the k6-docs style --------- Co-authored-by: Heitor Tashiro Sergent <[email protected]>
1 parent 4b63c62 commit d64a882

File tree

3 files changed

+17
-12
lines changed

3 files changed

+17
-12
lines changed

docs/sources/k6/v1.0.x/set-up/set-up-distributed-k6/usage/common-options.md renamed to docs/sources/k6/next/set-up/set-up-distributed-k6/usage/configure-testrun-crd.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
---
22
weight: 300
3-
title: Common options
3+
title: Configure the TestRun CRD
44
---
55

6-
# Common options
6+
# Configure the TestRun CRD
77

8-
<!-- TODO: consider removing this page once full reference is generated -->
8+
<!-- TODO: consider removing this page once machine-generated reference becomes part of the docs -->
99

10-
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.
10+
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.
11+
12+
Let's look at some of the most common options in greater detail.
1113

1214
## Parallelism
1315

docs/sources/k6/v1.1.x/set-up/set-up-distributed-k6/usage/common-options.md renamed to docs/sources/k6/v1.0.x/set-up/set-up-distributed-k6/usage/configure-testrun-crd.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
---
22
weight: 300
3-
title: Common options
3+
title: Configure the TestRun CRD
44
---
55

6-
# Common options
6+
# Configure the TestRun CRD
77

8-
<!-- TODO: consider removing this page once full reference is generated -->
8+
<!-- TODO: consider removing this page once machine-generated reference becomes part of the docs -->
99

10-
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.
10+
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.
11+
12+
Let's look at some of the most common options in greater detail.
1113

1214
## Parallelism
1315

docs/sources/k6/next/set-up/set-up-distributed-k6/usage/common-options.md renamed to docs/sources/k6/v1.1.x/set-up/set-up-distributed-k6/usage/configure-testrun-crd.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
---
22
weight: 300
3-
title: Common options
3+
title: Configure the TestRun CRD
44
---
55

6-
# Common options
6+
# Configure the TestRun CRD
7+
<!-- TODO: consider removing this page once machine-generated reference becomes part of the docs -->
78

8-
<!-- TODO: consider removing this page once full reference is generated -->
9+
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.
910

10-
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.
11+
Let's look at some of the most common options in greater detail.
1112

1213
## Parallelism
1314

0 commit comments

Comments
 (0)