Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

remove configMap k8s Helm dependency #77

Merged
merged 1 commit into from
Sep 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading