Skip to content

Commit

Permalink
remove configMap k8s Helm dependency (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
rogercoll authored Sep 19, 2024
1 parent d12496d commit 29d91f5
Show file tree
Hide file tree
Showing 6 changed files with 342 additions and 368 deletions.
2 changes: 1 addition & 1 deletion .env.override
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# PLACE YOUR .env ENVIRONMENT VARIABLES OVERRIDES IN THIS FILE

# Demo Elastic App version
IMAGE_VERSION=1.11.3
IMAGE_VERSION=1.11.4
IMAGE_NAME=ghcr.io/elastic/opentelemetry-demo

# *********************
Expand Down
6 changes: 0 additions & 6 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ Additionally, the OpenTelemetry Contrib collector has also been changed to the [
# !(when an older helm open-telemetry repo exists) update the open-telemetry helm repo
helm repo update open-telemetry
# deploy the configuration for the Elastic OpenTelemetry collector distribution
kubectl apply -f configmap-deployment.yaml
# deploy the demo through helm install
helm install -f deployment.yaml my-otel-demo open-telemetry/opentelemetry-demo
```
Expand All @@ -76,9 +73,6 @@ In order to add Node level metrics collection we can run an additional Otel coll
2. Execute the following command to deploy the OpenTelemetry Collector to your Kubernetes cluster:

```
# deploy the configuration for the Elastic OpenTelemetry collector distribution
kubectl apply -f configmap-daemonset.yaml
# deploy the Elastic OpenTelemetry collector distribution through helm install
helm install otel-daemonset open-telemetry/opentelemetry-collector --values daemonset.yaml
```
Expand Down
271 changes: 0 additions & 271 deletions kubernetes/elastic-helm/configmap-daemonset.yaml

This file was deleted.

82 changes: 0 additions & 82 deletions kubernetes/elastic-helm/configmap-deployment.yaml

This file was deleted.

Loading

0 comments on commit 29d91f5

Please sign in to comment.