1
0
Fork 0
mirror of https://github.com/prometheus-operator/prometheus-operator.git synced 2025-04-16 09:16:38 +00:00
prometheus-operator/Documentation/compatibility.md
Simon Pasquier e31afb14d8
Update Prometheus and Thanos versions (#3605)
It also updates the TLS certificates used by the remote write end-to-end
tests because Go 1.15 (used to compile Prometheus v2.22.0) has stopped
supporting the "CommonName" field in X509 certificates. Certificates
have to use the "Subject Alternative Names" field instead.

Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2020-10-26 09:42:05 +01:00

1.6 KiB


Note: Starting with v0.39.0, Prometheus Operator requires use of Kubernetes v1.16.x and up.

Compatibility

The Prometheus Operator supports a number of Kubernetes and Prometheus releases.

Kubernetes

The Prometheus Operator uses client-go to communicate with Kubernetes clusters. The supported Kubernetes cluster version is determined by client-go. The compatibility matrix for client-go and Kubernetes clusters can be found here. All additional compatibility is only best effort, or happens to still/already be supported. The currently used client-go version is "v4.0.0-beta.0".

Due to the use of CustomResourceDefinitions Kubernetes >= v1.7.0 is required.

Due to the use of apiextensions.k8s.io/v1 CustomResourceDefinitions, prometheus-operator v0.39.0 onward requires Kubernetes >= v1.16.0.

Prometheus

The versions of Prometheus compatible to be run with the Prometheus Operator are:

  • v1.4.0
  • v1.4.1
  • v1.5.0
  • v1.5.1
  • v1.5.2
  • v1.5.3
  • v1.6.0
  • v1.6.1
  • v1.6.2
  • v1.6.3
  • v1.7.0
  • v1.7.1
  • v1.7.2
  • v1.8.0
  • v2.0.0
  • v2.2.1
  • v2.3.1
  • v2.3.2
  • v2.4.0
  • v2.4.1
  • v2.4.2
  • v2.4.3
  • v2.5.0
  • v2.6.0
  • v2.6.1
  • v2.7.0
  • v2.7.1
  • v2.7.2
  • v2.8.1
  • v2.9.2
  • v2.10.0
  • v2.11.0
  • v2.14.0
  • v2.15.2
  • v2.16.0
  • v2.17.2
  • v2.18.0
  • v2.18.1
  • v2.18.2
  • v2.19.0
  • v2.19.1
  • v2.19.2
  • v2.19.3
  • v2.20.0
  • v2.20.1
  • v2.21.0
  • v2.22.0

Alertmanager

We only support Alertmanager v0.15 and above. Everything below v0.15 is on a best effort basis.