mirror of https://github.com/k3s-io/k3s
Merge pull request #63142 from serathius/prometheus-readme
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. [prometheus addon] Add readme This PR adds README file that warns users about it's intended use, and redirects to more mature projects. ```release-note NONE ``` /cc @branczpull/8/head
commit
aab5cb4c34
|
@ -0,0 +1,5 @@
|
|||
# Prometheus Add-on
|
||||
|
||||
This add-on is an experimental configuration of k8s monitoring using Prometheus used for e2e tests.
|
||||
|
||||
For production use check out more mature setups like [Prometheus Operator](https://github.com/coreos/prometheus-operator) and [kube-prometheus](https://github.com/coreos/prometheus-operator/tree/master/contrib/kube-prometheus).
|
Loading…
Reference in New Issue