Skip to content
Snippets Groups Projects
Unverified Commit 82c3d9e8 authored by Frederic Branczyk's avatar Frederic Branczyk Committed by GitHub
Browse files

Merge pull request #467 from dgrisonnet/compatibility-matrix

doc: add kubernetes compatibility matrix
parents cf7bb870 63bdb7d9
No related branches found
No related tags found
No related merge requests found
...@@ -24,6 +24,8 @@ This stack is meant for cluster monitoring, so it is pre-configured to collect m ...@@ -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) - [Table of contents](#table-of-contents)
- [Prerequisites](#prerequisites) - [Prerequisites](#prerequisites)
- [minikube](#minikube) - [minikube](#minikube)
- [Compatibility](#compatibility)
- [Kubernetes compatibility matrix](#kubernetes-compatibility-matrix)
- [Quickstart](#quickstart) - [Quickstart](#quickstart)
- [Access the dashboards](#access-the-dashboards) - [Access the dashboards](#access-the-dashboards)
- [Customizing Kube-Prometheus](#customizing-kube-prometheus) - [Customizing Kube-Prometheus](#customizing-kube-prometheus)
...@@ -83,9 +85,19 @@ The kube-prometheus stack includes a resource metrics API server, so the metrics ...@@ -83,9 +85,19 @@ The kube-prometheus stack includes a resource metrics API server, so the metrics
$ minikube addons disable metrics-server $ 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 ## 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). 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).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment