Skip to content

Commit 29d91f5

Browse files
authored
remove configMap k8s Helm dependency (#77)
1 parent d12496d commit 29d91f5

File tree

6 files changed

+342
-368
lines changed

6 files changed

+342
-368
lines changed

.env.override

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# PLACE YOUR .env ENVIRONMENT VARIABLES OVERRIDES IN THIS FILE
33

44
# Demo Elastic App version
5-
IMAGE_VERSION=1.11.3
5+
IMAGE_VERSION=1.11.4
66
IMAGE_NAME=ghcr.io/elastic/opentelemetry-demo
77

88
# *********************

.github/README.md

-6
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,6 @@ Additionally, the OpenTelemetry Contrib collector has also been changed to the [
4949
# !(when an older helm open-telemetry repo exists) update the open-telemetry helm repo
5050
helm repo update open-telemetry
5151
52-
# deploy the configuration for the Elastic OpenTelemetry collector distribution
53-
kubectl apply -f configmap-deployment.yaml
54-
5552
# deploy the demo through helm install
5653
helm install -f deployment.yaml my-otel-demo open-telemetry/opentelemetry-demo
5754
```
@@ -76,9 +73,6 @@ In order to add Node level metrics collection we can run an additional Otel coll
7673
2. Execute the following command to deploy the OpenTelemetry Collector to your Kubernetes cluster:
7774

7875
```
79-
# deploy the configuration for the Elastic OpenTelemetry collector distribution
80-
kubectl apply -f configmap-daemonset.yaml
81-
8276
# deploy the Elastic OpenTelemetry collector distribution through helm install
8377
helm install otel-daemonset open-telemetry/opentelemetry-collector --values daemonset.yaml
8478
```

kubernetes/elastic-helm/configmap-daemonset.yaml

-271
This file was deleted.

kubernetes/elastic-helm/configmap-deployment.yaml

-82
This file was deleted.

0 commit comments

Comments
 (0)