Skip to content

Commit 220bc3d

Browse files
Merge pull request #1332 from grafana/remove-plz
Remove Private Load Zones doc
2 parents 7e15e4d + 1fd833d commit 220bc3d

File tree

4 files changed

+11
-78
lines changed

4 files changed

+11
-78
lines changed

gatsby-node.js

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1361,7 +1361,15 @@ const createRedirects = ({ actions }) => {
13611361

13621362
createRedirect({
13631363
fromPath: '/cloud/cloud-faq/private-load-zones/',
1364-
toPath: '/cloud/creating-and-running-a-test/private-load-zones/',
1364+
toPath:
1365+
'https://grafana.com/docs/grafana-cloud/k6/author-run/cloud-scripting-extras/load-zones/',
1366+
isPermanent: true,
1367+
});
1368+
1369+
createRedirect({
1370+
fromPath: '/cloud/creating-and-running-a-test/private-load-zones/',
1371+
toPath:
1372+
'https://grafana.com/docs/grafana-cloud/k6/author-run/cloud-scripting-extras/load-zones/',
13651373
isPermanent: true,
13661374
});
13671375

src/data/markdown/docs/03 cloud/01 Creating and running a test/800 Private load zones.md

Lines changed: 0 additions & 75 deletions
This file was deleted.

src/data/markdown/translated-guides/en/07 Testing Guides/01 API load testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ If the API is in an internal or restricted environment, you can use k6 to test i
521521
- Run the test from your private network using the k6 run command or the [Kubernetes operator](https://github.com/grafana/k6-operator). Optionally, store the test results in [k6 Cloud](https://k6.io/docs/results-output/real-time/cloud/) or other [external services](https://k6.io/docs/results-output/real-time/).
522522
- For cloud tests:
523523
- [Open your firewall](https://k6.io/docs/cloud/creating-and-running-a-test/troubleshooting/#open-a-firewall-for-k6-cloud) for cloud test traffic.
524-
- Run the cloud test from your [private AWS EC2 instances](https://k6.io/docs/cloud/creating-and-running-a-test/private-load-zones/).
524+
- Run the cloud test from your [Kubernetes clusters](https://k6.io/docs/cloud/creating-and-running-a-test/private-load-zones/).
525525
526526
## Supplementary tools
527527

src/data/markdown/translated-guides/es/06 Testing Guides/01 API load testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ Si la API se encuentra en un entorno interno o restringido, se puede usar k6 par
472472
- Ejecute la prueba desde su red privada utilizando el comando "k6 run" o el [Kubernetes operator](https://github.com/grafana/k6-operator). Opcionalmente, almacene los resultados de la prueba en [k6 Cloud](https://k6.io/docs/results-output/real-time/cloud/) u otros [servicios externos](https://k6.io/docs/results-output/real-time/).
473473
- Para pruebas en la nube:
474474
- [Abra su firewall](https://k6.io/docs/cloud/creating-and-running-a-test/troubleshooting/#open-a-firewall-for-k6-cloud) para el tráfico de prueba desde la nube.
475-
- Ejecute la prueba en la nube desde sus [instancias privadas de AWS EC2](https://k6.io/docs/cloud/creating-and-running-a-test/private-load-zones/).
475+
- Ejecute la prueba en la nube desde sus [clústers de Kubernetes](https://k6.io/docs/cloud/creating-and-running-a-test/private-load-zones/).
476476
477477
## Herramientas complementarias
478478

0 commit comments

Comments
 (0)