From 5060e884fc22ee723c4342769a8dd531e0e33465 Mon Sep 17 00:00:00 2001 From: Matej Gera <38492574+matej-g@users.noreply.github.com> Date: Tue, 15 Aug 2023 12:02:02 +0200 Subject: [PATCH] Update README with preqrequisites (#273) Signed-off-by: Matej Gera --- otel-agent/k8s-helm/README.md | 5 +++++ otel-infrastructure-collector/k8s-helm/README.md | 5 +++++ otel-integration/k8s-helm/README.md | 5 +++++ 3 files changed, 15 insertions(+) diff --git a/otel-agent/k8s-helm/README.md b/otel-agent/k8s-helm/README.md index 136bc737..24d3f52a 100644 --- a/otel-agent/k8s-helm/README.md +++ b/otel-agent/k8s-helm/README.md @@ -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. diff --git a/otel-infrastructure-collector/k8s-helm/README.md b/otel-infrastructure-collector/k8s-helm/README.md index cb483567..e8c94443 100644 --- a/otel-infrastructure-collector/k8s-helm/README.md +++ b/otel-infrastructure-collector/k8s-helm/README.md @@ -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. diff --git a/otel-integration/k8s-helm/README.md b/otel-integration/k8s-helm/README.md index 3ece85a4..26972291 100644 --- a/otel-integration/k8s-helm/README.md +++ b/otel-integration/k8s-helm/README.md @@ -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.