Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
4 changes: 4 additions & 0 deletions docs/send-data/kubernetes/install-helm-chart.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@

### Helm

:::warning
An imcompatibility was discovered with Helm and the Sumo Logic Kubernetes Collection installation will not work with Helm `v3.18.5` or greater. We are currently working on a fix.

Check failure on line 17 in docs/send-data/kubernetes/install-helm-chart.md

View workflow job for this annotation

GitHub Actions / spellcheck

imcompatibility ==> incompatibility
:::

The Sumo Logic Kubernetes Collection solution is packaged as a Helm Chart. See the [official Helm documentation](https://helm.sh/docs/intro/install/) for installation instructions for the Helm binary.

### Helm Chart repository
Expand Down
4 changes: 4 additions & 0 deletions docs/send-data/kubernetes/troubleshoot-collection.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@

## Troubleshooting installation

:::warning
An imcompatibility was discovered with Helm and the Sumo Logic Kubernetes Collection installation will not work with Helm `v3.18.5` or greater. We are currently working on a fix.

Check failure on line 11 in docs/send-data/kubernetes/troubleshoot-collection.md

View workflow job for this annotation

GitHub Actions / spellcheck

imcompatibility ==> incompatibility
:::

### Installation fails with error `function "dig" not defined`

You'll need to use a more recent version of Helm. See [Minimum Requirements](https://github.com/SumoLogic/sumologic-kubernetes-collection/blob/main/docs/README.md#minimum-requirements).
Expand Down