Skip to content

Commit

Permalink
Add Releases section to README to indicate Kubernetes compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
metalmatze committed Apr 29, 2019
1 parent 0d08183 commit 88d0413
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
# Prometheus Monitoring Mixin for Kubernetes

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

## Releases

| Release | Kubernetes Compatibility |
| ------- | -------------------------- |
| master | Kubernetes 1.14+ |
| v0.1.x | Kubernetes 1.13 and before |

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.
Therefore v0.1.x of this repository is the last release to support Kubernetes 1.13 and previous version on a best effort basis.

## How to use

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

0 comments on commit 88d0413

Please sign in to comment.