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

Update README with prerequisites #273

Merged
merged 1 commit into from
Aug 15, 2023
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
5 changes: 5 additions & 0 deletions otel-agent/k8s-helm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ The included agent provides:

## Prerequisites

Make sure you have at least these version of the following installed:

- Kubernetes 1.24+
- Helm 3.9+

### Secret Key

Follow the [private key docs](https://coralogix.com/docs/private-key/) tutorial to obtain your secret key tutorial to obtain your secret key.
Expand Down
5 changes: 5 additions & 0 deletions otel-infrastructure-collector/k8s-helm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ This Infrastructure collector provides:

### Required

Make sure you have at least these version of the following installed:

- Kubernetes 1.24+
- Helm 3.9+

- **Secret Key**

Follow the [private key docs](https://coralogix.com/docs/private-key/) tutorial to obtain your secret key tutorial to obtain your secret key.
Expand Down
5 changes: 5 additions & 0 deletions otel-integration/k8s-helm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ If you do not require to collect these metrics, you can disable them by setting

# Prerequisites

Make sure you have at least these version of the following installed:

- Kubernetes 1.24+
- Helm 3.9+

### Secret Key

Follow the [private key docs](https://coralogix.com/docs/private-key/) tutorial to obtain your secret key tutorial to obtain your secret key.
Expand Down
Loading