Skip to content

Commit

Permalink
Update Kubernetes and Helm 3 version support in README.md (signalfx#979)
Browse files Browse the repository at this point in the history
  • Loading branch information
jvoravong authored Nov 1, 2023
1 parent 1c06636 commit 595e0d2
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 595e0d2

Please sign in to comment.