Skip to content

Commit

Permalink
Merge pull request #223 from logzio/helmupdate
Browse files Browse the repository at this point in the history
Note on Helm version taints
  • Loading branch information
nico-shishkin authored Oct 16, 2023
2 parents 66d8ad5 + 74521cf commit d9c0abd
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 1 deletion.
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

0 comments on commit d9c0abd

Please sign in to comment.