From 3ba39112755007289fcd3337abbd4a2938805bb8 Mon Sep 17 00:00:00 2001 From: Carson Ip Date: Fri, 20 Sep 2024 13:09:39 +0100 Subject: [PATCH] Update README.md --- .github/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/README.md b/.github/README.md index ca2b98fdc7..23c4bbdea9 100644 --- a/.github/README.md +++ b/.github/README.md @@ -40,6 +40,9 @@ Additionally, the OpenTelemetry Contrib collector has also been changed to the [ - `YOUR_APM_SECRET_TOKEN`: your Elastic APM secret token 1. Execute the following commands to deploy the OpenTelemetry demo to your Kubernetes cluster: ``` + # clone this repository + git clone https://github.com/elastic/opentelemetry-demo + # switch to the kubernetes/elastic-helm directory cd kubernetes/elastic-helm @@ -70,7 +73,7 @@ In order to add Node level metrics collection we can run an additional Otel coll - `YOUR_ELASTICSEARCH_ENDPOINT`: your Elasticsearch endpoint (*with* `https://` prefix example: `https://1234567.us-west2.gcp.elastic-cloud.com:443`). - `YOUR_ELASTICSEARCH_API_KEY`: your Elasticsearch API Key -2. Execute the following command to deploy the OpenTelemetry Collector to your Kubernetes cluster: +2. Execute the following command to deploy the OpenTelemetry Collector to your Kubernetes cluster, in the same directory `kubernetes/elastic-helm` in this repository. ``` # deploy the Elastic OpenTelemetry collector distribution through helm install