From f6891e3291be8daff90952b3d463b51d10f53fa2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adnan=20Rahi=C4=87?= Date: Mon, 19 Aug 2024 16:39:56 +0200 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Julianne Fermi --- docs/docs/install/helm.mdx | 4 ++-- docs/docs/install/kubernetes.mdx | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/docs/install/helm.mdx b/docs/docs/install/helm.mdx index 416e3c2a78..2bbd106f1b 100644 --- a/docs/docs/install/helm.mdx +++ b/docs/docs/install/helm.mdx @@ -12,11 +12,11 @@ keywords: image: https://res.cloudinary.com/djwdcmwdz/image/upload/v1698686403/docs/Blog_Thumbnail_14_rsvkmo.jpg --- -Installation and deployment instructions for using Helm to deploy Enterprise self-hosted Tracetest and use the On-Prem Tracetest Control Plane / Dashboard. +Installation and deployment instructions for using Helm to deploy Enterprise self-hosted Tracetest and use the On-Prem Tracetest Control Plane/Dashboard. ## Prerequisites -- Have a running Kubernetes cluster. +- A running Kubernetes cluster. - A Tracetest license key. If you don't have one, you can request a trial license key [here](https://tracetest.io/on-prem-installation). - Install [`kubectl`](https://kubernetes.io/docs/tasks/tools/#kubectl). - Install [Helm](https://helm.sh/). diff --git a/docs/docs/install/kubernetes.mdx b/docs/docs/install/kubernetes.mdx index 078220bd7e..8c5284d2ce 100644 --- a/docs/docs/install/kubernetes.mdx +++ b/docs/docs/install/kubernetes.mdx @@ -15,11 +15,11 @@ keywords: image: https://res.cloudinary.com/djwdcmwdz/image/upload/v1698686403/docs/Blog_Thumbnail_14_rsvkmo.jpg --- -This guide explain how to install a Tracetest Agent in your Kubernetes environment. This deployment uses the Cloud-based managed Tracetest Control Plane and Dashboard. +This guide explains how to install a Tracetest Agent in your Kubernetes environment. This deployment uses the Cloud-based managed Tracetest Control Plane and Dashboard. ## Prerequisites -- Have a running Kubernetes cluster. +- A running Kubernetes cluster. - Install [`kubectl`](https://kubernetes.io/docs/tasks/tools/#kubectl). - [Sign in to Tracetest](https://app.tracetest.io/) and retrieve your [Tracetest Organization API Key/Token and Environment ID](https://app.tracetest.io/retrieve-token). @@ -43,8 +43,8 @@ Running a test against `localhost` will resolve as `127.0.0.1` inside the Tracet To run tests against apps running on your local machine you have two options: -1. Run Tracetest Agent locally with the `tracetest start` command. -2. Add Tracetest Agent to the same network and use service name mapping. *Example: Instead of running an app on `localhost:8080`, add it to your Docker Compose file, connect it to the same network as your Tracetest Agent service, and use `:8080` in the URL field when creating a test.* +1. Run the Tracetest Agent locally with the `tracetest start` command. +2. Add the Tracetest Agent to the same network and use service name mapping. *Example: Instead of running an app on `localhost:8080`, add it to your Docker Compose file, connect it to the same network as your Tracetest Agent service, and use `:8080` in the URL field when creating a test.* You can reach services running on your local machine using: