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