You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,19 @@
1
1
# Prometheus Monitoring Mixin for Kubernetes
2
2
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.
4
4
5
5
A set of Grafana dashboards and Prometheus alerts for Kubernetes.
6
6
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
+
7
17
## How to use
8
18
9
19
This mixin is designed to be vendored into the repo with your infrastructure config.
0 commit comments