Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

feat: cedana-otel helm values.yaml #31

Merged
merged 3 commits into from
Nov 1, 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
29 changes: 29 additions & 0 deletions cedana-otel/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
## Open telemetry collector chart values for Cedana

The helm chart installs [OpenTelemetry Collector](https://github.com/open-telemetry/opentelemetry-collector)
in kubernetes cluster.

## Prerequisites

- Kubernetes 1.24+
- Helm 3.9+

## Installing the Charts

Add OpenTelemetry Helm repository:

```console
helm repo add open-telemetry https://open-telemetry.github.io/opentelemetry-helm-charts
```

To install the chart with the release name cedana-opentelemetry-collector, run the following command:

```console
helm install cedana-opentelemetry-collector open-telemetry/opentelemetry-collector --values values.yaml -n cedanacontroller-system
```

To upgrade the installed chart with new changes , run the following command:

```console
helm upgrade -i cedana-opentelemetry-collector open-telemetry/opentelemetry-collector --values values.yaml -n cedanacontroller-system
```
Loading
Loading