Skip to content

Commit 507ba91

Browse files
committed
updatet prereq to stop collector
1 parent 030cfee commit 507ba91

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

content/en/conf/1-advanced-collector/prerequisites.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,21 @@ cd advanced-otel-workshop
2323

2424
We will refer to this directory as `[WORKSHOP]` for the remainder of the workshop.
2525

26+
{{% notice title="Remove any existing OpenTelemetry Collectors" style="warning" %}}
27+
If you have completed the Splunk IM workshop, please ensure you have deleted the collector running in Kubernetes before continuing. This can be done by running the following command:
28+
29+
``` bash
30+
helm delete splunk-otel-collector
31+
```
32+
33+
The EC2 instance in that case may also run some services that can interfere with this workshop , so run the following command to make sure they are stopped if present:
34+
35+
``` bash
36+
kubectl delete ~/workshop/apm/deployment.yaml
37+
```
38+
39+
{{% /notice %}}
40+
2641
**Download workshop binaries**: Change into your `[WORKSHOP]` directory and download the OpenTelemetry Collector, Load Generator binaries and setup script:
2742

2843
{{% tabs %}}

0 commit comments

Comments
 (0)