Skip to content

Commit 5107f34

Browse files
authored
Merge pull request #195 from metalmatze/cut-v0.1.0
Add Releases section to README to indicate Kubernetes compatibility
2 parents 0d08183 + 88d0413 commit 5107f34

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
11
# Prometheus Monitoring Mixin for Kubernetes
22

3-
> NOTE: This project is *alpha* stage. Flags, configuration, behaviour and design may change significantly in following releases.
3+
> NOTE: This project is *pre-release* stage. Flags, configuration, behaviour and design may change significantly in following releases.
44
55
A set of Grafana dashboards and Prometheus alerts for Kubernetes.
66

7+
## Releases
8+
9+
| Release | Kubernetes Compatibility |
10+
| ------- | -------------------------- |
11+
| master | Kubernetes 1.14+ |
12+
| v0.1.x | Kubernetes 1.13 and before |
13+
14+
In Kubernetes 1.14 there was a major [metrics overhaul](https://github.com/kubernetes/enhancements/blob/master/keps/sig-instrumentation/0031-kubernetes-metrics-overhaul.md) implemented.
15+
Therefore v0.1.x of this repository is the last release to support Kubernetes 1.13 and previous version on a best effort basis.
16+
717
## How to use
818

919
This mixin is designed to be vendored into the repo with your infrastructure config.

0 commit comments

Comments
 (0)