From 74521cf9977eb9e431cfccf076f55a92fd65a0f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cnico-shishkin=E2=80=9D?= <“nicoshishkinatlogz@outlook.com”> Date: Mon, 16 Oct 2023 19:31:42 +0100 Subject: [PATCH] Note on Helm version taints --- docs/shipping/AWS/aws-eks.md | 7 +++++++ docs/shipping/Code/dotnet.md | 4 +++- docs/shipping/Other/fluent-bit.md | 4 ++++ docs/user-guide/k8s-360/unified-helm-chart.md | 4 ++++ 4 files changed, 18 insertions(+), 1 deletion(-) diff --git a/docs/shipping/AWS/aws-eks.md b/docs/shipping/AWS/aws-eks.md index 7f1e20d4..b4eec4a8 100644 --- a/docs/shipping/AWS/aws-eks.md +++ b/docs/shipping/AWS/aws-eks.md @@ -141,6 +141,10 @@ To determine if a node uses taints as well as to display the taint keys, run: kubectl get nodes -o json | jq ".items[]|{name:.metadata.name, taints:.spec.taints}" ``` +:::node +You need to use `Helm` client with version `v3.9.0` or above. +::: + For troubleshooting log shipping, see our [user guide](https://docs.logz.io/user-guide/kubernetes-troubleshooting/). @@ -162,6 +166,9 @@ To determine if a node uses taints as well as to display the taint keys, run: kubectl get nodes -o json | jq ".items[]|{name:.metadata.name, taints:.spec.taints}" ``` +:::node +You need to use `Helm` client with version `v3.9.0` or above. +::: ## Send your Metrics diff --git a/docs/shipping/Code/dotnet.md b/docs/shipping/Code/dotnet.md index f6b797ff..5402fac1 100644 --- a/docs/shipping/Code/dotnet.md +++ b/docs/shipping/Code/dotnet.md @@ -1122,7 +1122,9 @@ To determine if a node uses taints as well as to display the taint keys, run: kubectl get nodes -o json | jq ".items[]|{name:.metadata.name, taints:.spec.taints}" ``` - +:::node +You need to use `Helm` client with version `v3.9.0` or above. +::: #### Standard configuration diff --git a/docs/shipping/Other/fluent-bit.md b/docs/shipping/Other/fluent-bit.md index 3fb7eb2f..efae8a77 100644 --- a/docs/shipping/Other/fluent-bit.md +++ b/docs/shipping/Other/fluent-bit.md @@ -193,6 +193,10 @@ To determine if a node uses taints as well as to display the taint keys, run: kubectl get nodes -o json | jq ".items[]|{name:.metadata.name, taints:.spec.taints}" ``` +:::node +You need to use `Helm` client with version `v3.9.0` or above. +::: + ### Enabling multiline logs parser If you want to enable parsing for multiline logs, add the following code to `values.yaml` under the `customParsers` parameter: diff --git a/docs/user-guide/k8s-360/unified-helm-chart.md b/docs/user-guide/k8s-360/unified-helm-chart.md index 03eae692..4185a686 100644 --- a/docs/user-guide/k8s-360/unified-helm-chart.md +++ b/docs/user-guide/k8s-360/unified-helm-chart.md @@ -36,6 +36,10 @@ tolerations: effect: ``` +:::node +You need to use `Helm` client with version `v3.9.0` or above. +::: + ##### 2. Add the Helm Chart ```shell