use prometheus-operator v0.1.0

v0.1.0 introduced handling Alertmanager clusters.
This commit is contained in:
Frederic Branczyk
2016-12-12 20:43:36 -08:00
parent 1b72c350bc
commit 0faefbb713
2 changed files with 1 additions and 2 deletions

View File

@@ -80,7 +80,6 @@ ConfigMaps based on label selection.
## Roadmap
* Alertmanager Operator automatically handling HA clusters
* Grafana Operator that dynamically discovers and deploys dashboards from ConfigMaps
* KPM/Helm packages to easily provide production-ready cluster-monitoring setup (essentially contents of `hack/cluster-monitoring`)
* Add meta-monitoring to default cluster monitoring setup

View File

@@ -13,7 +13,7 @@ spec:
spec:
containers:
- name: prometheus-operator
image: quay.io/coreos/prometheus-operator:latest
image: quay.io/coreos/prometheus-operator:v0.1.0
resources:
requests:
cpu: 100m