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

Note on Helm version taints #223

Merged
merged 1 commit into from
Oct 16, 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
7 changes: 7 additions & 0 deletions docs/shipping/AWS/aws-eks.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).


Expand All @@ -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

Expand Down
4 changes: 3 additions & 1 deletion docs/shipping/Code/dotnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 4 additions & 0 deletions docs/shipping/Other/fluent-bit.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 4 additions & 0 deletions docs/user-guide/k8s-360/unified-helm-chart.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down