Skip to content

Commit 06b44da

Browse files
authored
Merge pull request #1372 from grafana/paul/operator-links
Direct operator links to updated testing guide instead of blog
2 parents 493a94a + c0a5291 commit 06b44da

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

src/data/doc-examples/links.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
"title": "Distributed k6 tests on K8s",
193193
"description": "Deploy the k6 operator in your Kubernetes cluster to run distributed k6 tests.",
194194
"to": "",
195-
"url": "https://k6.io/blog/running-distributed-tests-on-k8s/"
195+
"url": "https://k6.io/docs/testing-guides/running-distributed-tests/"
196196
},
197197
{
198198
"title": "Create a k6 extension",

src/data/markdown/docs/05 Examples/02 Tutorials.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ excerpt: 'k6 Tutorials'
1111
- [Load test a GraphQL service](https://k6.io/blog/load-testing-graphql-with-k6)
1212
- [Use TypeScript in k6 scripts](https://github.com/k6io/template-typescript)
1313
- [Debug using a Web Proxy](https://k6.io/blog/k6-load-testing-debugging-using-a-web-proxy/)
14-
- [Distributed k6 tests on K8s](https://k6.io/blog/running-distributed-tests-on-k8s/)
14+
- [Distributed k6 tests on K8s](/testing-guides/running-distributed-tests/)
1515
- [Create a k6 extension](https://k6.io/blog/extending-k6-with-xk6)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
title: 'Distributed k6 tests on K8s'
3-
redirect: 'https://k6.io/blog/running-distributed-tests-on-k8s/'
3+
redirect: 'https://k6.io/docs/testing-guides/running-distributed-tests/'
44
---

src/data/markdown/translated-guides/en/01 Get started/05 resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Note that these are shared testing environments - please avoid high-load tests.
3737

3838
## k6 + your favorite tool
3939

40-
- [Kubernetes Operator](https://k6.io/blog/running-distributed-tests-on-k8s/). Distribute test execution across a Kubernetes cluster.
40+
- [Kubernetes Operator](/testing-guides/running-distributed-tests/). Distribute test execution across a Kubernetes cluster.
4141
- [xk6 extensions](/extensions). Custom k6 binaries to support the tool you need.
4242
- [The browser recorder](/test-authoring/create-tests-from-recordings/using-the-browser-recorder/). Make test scripts from browser sessions.
4343
- [k6 TypeScript template](https://github.com/grafana/k6-template-typescript)

src/data/markdown/translated-guides/en/07 Testing Guides/04 Running large tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ However, at this moment, the distributed execution mode of k6 is not entirely fu
343343
- Each k6 instance evaluates [Thresholds](/using-k6/thresholds) independently - excluding the results of the other k6 instances. If you want to disable the threshold execution, use [`--no-thresholds`](/using-k6/k6-options/reference#no-thresholds).
344344
- k6 reports the metrics individually for each instance. Depending on how you store the load test results, you'll have to aggregate some metrics to calculate them correctly.
345345

346-
With the limitations mentioned above, we built a [Kubernetes operator](https://github.com/grafana/k6-operator) to distribute the load of a k6 test across a **Kubernetes cluster**. For further instructions, check out [the tutorial for running distributed k6 tests on Kubernetes](https://k6.io/blog/running-distributed-tests-on-k8s/).
346+
With the limitations mentioned above, we built a [Kubernetes operator](https://github.com/grafana/k6-operator) to distribute the load of a k6 test across a **Kubernetes cluster**. For further instructions, check out [the testing guide for running distributed tests](/testing-guides/running-distributed-tests/).
347347

348348
> The k6 goal is to support a native open-source solution for distributed execution. If you want to follow the progress, subscribe to the [distributed execution issue](https://github.com/grafana/k6/issues/140) on GitHub.
349349

src/data/markdown/translated-guides/es/01 Get started/03 Running k6.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ k6 soporta tres modelos de ejecución para ejecutar los tests: local, cluster, a
181181
k6 run script.js
182182
```
183183

184-
2. [Distribuido](https://k6.io/blog/running-distributed-tests-on-k8s/): la ejecución del test es distribuida en un cluster de Kubernetes.
184+
2. [Distribuido](/testing-guides/running-distributed-tests/): la ejecución del test es distribuida en un cluster de Kubernetes.
185185

186186
<CodeGroup labels={["Running", "k6-resource.yml"]} lineNumbers={[true]}>
187187

src/data/markdown/translated-guides/es/01 Get started/05 resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Estos recursos te ayudarán a escribir y ejecutar k6 tests en un entorno de test
2626

2727
## k6 + tu herramienta favorita
2828

29-
- [Kubernetes Operator](https://k6.io/blog/running-distributed-tests-on-k8s/). Distribuye la ejecución del test de carga a través de un cluster de Kubernetes.
29+
- [Kubernetes Operator](/testing-guides/running-distributed-tests/). Distribuye la ejecución del test de carga a través de un cluster de Kubernetes.
3030
- [xk6 extensions](/extensions). Extiende k6 con nuevas funcionalidades.
3131
- [The browser recorder](/test-authoring/create-tests-from-recordings/using-the-browser-recorder/). Create un test desde una sesión en el navegador.
3232
- [k6 TypeScript template](https://github.com/grafana/k6-template-typescript).

0 commit comments

Comments
 (0)