From 63bdb7d931fcc76cfff65afec8b0b1bf5ce0b8c9 Mon Sep 17 00:00:00 2001 From: Damien Grisonnet <dgrisonn@redhat.com> Date: Mon, 23 Mar 2020 16:53:27 +0100 Subject: [PATCH] doc: add kubernetes compatibility matrix Signed-off-by: Damien Grisonnet <dgrisonn@redhat.com> Co-Authored-By: Lili Cosic <cosiclili@gmail.com> --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d85c8f27..3e9fa948 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,8 @@ This stack is meant for cluster monitoring, so it is pre-configured to collect m - [Table of contents](#table-of-contents) - [Prerequisites](#prerequisites) - [minikube](#minikube) + - [Compatibility](#compatibility) + - [Kubernetes compatibility matrix](#kubernetes-compatibility-matrix) - [Quickstart](#quickstart) - [Access the dashboards](#access-the-dashboards) - [Customizing Kube-Prometheus](#customizing-kube-prometheus) @@ -83,9 +85,19 @@ The kube-prometheus stack includes a resource metrics API server, so the metrics $ minikube addons disable metrics-server ``` +## Compatibility + +### Kubernetes compatibility matrix + +| kube-prometheus stack | Kubernetes 1.14 | Kubernetes 1.15 | Kubernetes 1.16 | Kubernetes 1.17 | +|-----------------------|-----------------|-----------------|-----------------|-----------------| +| `release-0.3` | ✔ | ✔ | ✔ | ✔ | +| `release-0.4` | ✗ | ✗ | ✔ | ✔ | +| `HEAD` | ✗ | ✗ | ✗ | ✔ | + ## Quickstart ->Note: For versions before Kubernetes v1.14.0 use the release-0.1 branch instead of master. +>Note: For versions before Kubernetes v1.17.0 refer to the [Kubernetes compatibility matrix](#kubernetes-compatibility-matrix) in order to choose a compatible branch. This project is intended to be used as a library (i.e. the intent is not for you to create your own modified copy of this repository). -- GitLab