Files
kubernetes/cluster/addons/prometheus
Kubernetes Submit Queue f8fea90d8d Merge pull request #62852 from serathius/prometheus-statefulset
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] Use StatefulSet

This PR changes prometheus server manifest from deployment to statefulset. 
Version label is removed from pods because statefulset disallows updating selectors.

```release-note
NONE
```
/cc @branch @kawych
2018-04-29 04:34:36 -07:00
..
2018-04-18 13:40:08 +02:00
2018-04-13 11:12:08 +02:00
2018-04-25 15:06:25 +02:00

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 and kube-prometheus.