From 595e0d28fb2db2573e37af1eb435c60e24d5d80c Mon Sep 17 00:00:00 2001 From: jvoravong <47871238+jvoravong@users.noreply.github.com> Date: Wed, 1 Nov 2023 08:11:59 -0600 Subject: [PATCH] Update Kubernetes and Helm 3 version support in README.md (#979) --- README.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index dc68187abd..03dea6e43c 100644 --- a/README.md +++ b/README.md @@ -88,16 +88,15 @@ This distribution currently supports: ## Supported Kubernetes distributions -This helm chart is tested and works with default configurations on the following -Kubernetes distributions: +The Helm chart works with default configurations of the main Kubernetes distributions. Use actively supported versions: -- [Vanilla (unmodified version) Kubernetes](https://kubernetes.io) -- [Amazon Elastic Kubernetes Service](https://aws.amazon.com/eks) +- [Vanilla (unmodified version) Kubernetes](https://kubernetes.io/releases/) +- [Amazon Elastic Kubernetes Service](https://docs.aws.amazon.com/eks/latest/userguide/kubernetes-versions.html) including [with Fargate profiles](docs/advanced-configuration.md#eks-fargate-support) -- [Azure Kubernetes Service](https://docs.microsoft.com/en-us/azure/aks) -- [Google Kubernetes Engine](https://cloud.google.com/kubernetes-engine) +- [Azure Kubernetes Service](https://learn.microsoft.com/en-us/azure/aks/supported-kubernetes-versions) +- [Google Kubernetes Engine](https://cloud.google.com/kubernetes-engine/docs/release-schedule) including [GKE Autopilot](docs/advanced-configuration.md#gke-autopilot-support) -- [Red Hat OpenShift](https://www.redhat.com/en/technologies/cloud-computing/openshift) +- [Red Hat OpenShift](https://access.redhat.com/support/policy/updates/openshift) While this helm chart should work for other Kubernetes distributions, it may require additional configurations applied to @@ -109,7 +108,10 @@ require additional configurations applied to The following prerequisites are required to use the helm chart: -- [Helm 3](https://helm.sh/docs/intro/install/) (Helm 2 is not supported) +- [Helm 3](https://helm.sh/docs/intro/install/) + - Helm 3 version support may vary depending on the [supported Kubernetes version](#supported-kubernetes-distributions) you are using and the [Helm supported Kubernetes versions skew](https://helm.sh/docs/topics/version_skew/#supported-version-skew). + - This project is maintained using Helm v3.11.3. + - Please note that Helm 2 is not supported. - Administrator access to your [Kubernetes cluster](https://kubernetes.io/) and familiarity with your Kubernetes configuration. You must know where your log information is being collected in your Kubernetes deployment. #### To send data to Splunk Enterprise or Splunk Cloud