From 4429ecb9589f158b9fc85d11e58e62cac8e8e04d Mon Sep 17 00:00:00 2001 From: Francis Guimond Date: Fri, 22 Aug 2025 15:11:31 -0400 Subject: [PATCH 1/3] Add Kubernetes Collection Helm incompatibility warning We discovered an incompatibility with our Helm Chart and Helm v3.18.5. Add a warning until we ship a fix. --- docs/send-data/kubernetes/install-helm-chart.md | 4 ++++ docs/send-data/kubernetes/troubleshoot-collection.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/docs/send-data/kubernetes/install-helm-chart.md b/docs/send-data/kubernetes/install-helm-chart.md index 618a10fb81..c7947c8636 100644 --- a/docs/send-data/kubernetes/install-helm-chart.md +++ b/docs/send-data/kubernetes/install-helm-chart.md @@ -13,6 +13,10 @@ This page describes how to install the Sumo Logic Kubernetes Helm Chart. ### 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. +::: + 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 diff --git a/docs/send-data/kubernetes/troubleshoot-collection.md b/docs/send-data/kubernetes/troubleshoot-collection.md index 554650cb9d..4ab97f8944 100644 --- a/docs/send-data/kubernetes/troubleshoot-collection.md +++ b/docs/send-data/kubernetes/troubleshoot-collection.md @@ -7,6 +7,10 @@ description: Troubleshooting Collection ## 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. +::: + ### 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). From fe891bbafb9045c70d138c34c58b7f92c7f1daaa Mon Sep 17 00:00:00 2001 From: Francis Guimond Date: Fri, 22 Aug 2025 15:28:13 -0400 Subject: [PATCH 2/3] Fix typo in docs/send-data/kubernetes/install-helm-chart.md Co-authored-by: Raj Nishtala <113392743+rnishtala-sumo@users.noreply.github.com> --- docs/send-data/kubernetes/install-helm-chart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/send-data/kubernetes/install-helm-chart.md b/docs/send-data/kubernetes/install-helm-chart.md index c7947c8636..aed9b6138a 100644 --- a/docs/send-data/kubernetes/install-helm-chart.md +++ b/docs/send-data/kubernetes/install-helm-chart.md @@ -14,7 +14,7 @@ This page describes how to install the Sumo Logic Kubernetes Helm Chart. ### 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. +An incompatibility 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. ::: 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. From 1a9c100787e286b8b7affc7fd4bc86f693dca609 Mon Sep 17 00:00:00 2001 From: Francis Guimond Date: Fri, 22 Aug 2025 15:28:52 -0400 Subject: [PATCH 3/3] Fix typo in docs/send-data/kubernetes/troubleshoot-collection.md Co-authored-by: Raj Nishtala <113392743+rnishtala-sumo@users.noreply.github.com> --- docs/send-data/kubernetes/troubleshoot-collection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/send-data/kubernetes/troubleshoot-collection.md b/docs/send-data/kubernetes/troubleshoot-collection.md index 4ab97f8944..3cc772842f 100644 --- a/docs/send-data/kubernetes/troubleshoot-collection.md +++ b/docs/send-data/kubernetes/troubleshoot-collection.md @@ -8,7 +8,7 @@ description: Troubleshooting Collection ## 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. +An incompatibility 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. ::: ### Installation fails with error `function "dig" not defined`