Commit Graph

697 Commits

Author SHA1 Message Date
Matthias Loibl
5a935379d6 contrib/kube-prometheus: Run jb update and generate all manifests 2018-09-14 11:05:32 +02:00
Matthias Loibl
8d38e81521 contrib/kube-prometheus: Create missing Prometheus operator alerts 2018-09-14 11:05:28 +02:00
Matthias Loibl
483a1c115f contrib/kube-prometheus: Fix outdated alerts to use message annotation 2018-09-13 14:59:50 +02:00
Frederic Branczyk
abc899135e Merge pull request #1870 from squat/alert_readability
contrib/.../alerts: improve alert messages
2018-09-07 16:43:22 +02:00
Lucas Serven
34dd0a798a contrib/.../alerts: improve alert messages 2018-09-07 15:23:51 +02:00
Matthias Loibl
a9527247f6 contrib/kube-prometheus: Use default timezone in dashboards 2018-09-06 19:02:46 +02:00
Frederic Branczyk
2c288a7983 kube-prometheus: Re-generate 2018-09-05 23:05:56 +02:00
Frederic Branczyk
6536496716 kube-prometheus: Improve disk alert
Only trigger disk running full alerts when the disk capacity is over 85%
and use recording rule of the kubernetes-mixin to only consider real
physical filesystems.
2018-09-05 23:00:57 +02:00
Sergiusz Urbaniak
b338940208 kube-prometheus: bump kubernetes-mixins
This bumps the kubernetes-mixin dependency to add
https://github.com/kubernetes-monitoring/kubernetes-mixin/pull/76.
2018-09-05 12:10:20 +02:00
Joshua Olson
35c90355ba kube-prometheus: add link to grafana config 2018-08-30 11:43:17 -05:00
Joshua Olson
ae61963157 kube-prometheus: add e.g. of using persistent storage for the prom tsdb 2018-08-30 11:39:30 -05:00
Frederic Branczyk
b213437fb6 kube-prometheus: Update jsonnet dependencies 2018-08-28 07:13:14 -06:00
Frederic Branczyk
4c90bd93b0 kube-prometheus: Update Prometheus Operator dependency 2018-08-27 13:58:06 -06:00
Sergiusz Urbaniak
af5fb9ee09 kubernetes-prometheus: regenerate
Signed-off-by: Sergiusz Urbaniak <sergiusz.urbaniak@gmail.com>
2018-08-23 13:38:13 +02:00
Sergiusz Urbaniak
8a45ecfbcb kube-prometheus: update dependencies of local changes
Signed-off-by: Sergiusz Urbaniak <sergiusz.urbaniak@gmail.com>
2018-08-23 12:01:02 +02:00
Sergiusz Urbaniak
2a9a31875a kube-prometheus: fix root typo in node-exporter
Currently, we are mounting `/root` from the host as `/host/root`.
Instead simply `/` from the host should be mounted.

This fixes it

Signed-off-by: Sergiusz Urbaniak <sergiusz.urbaniak@gmail.com>
2018-08-23 11:59:04 +02:00
Frederic Branczyk
e7437ade81 Merge pull request #1732 from jolson490/kube-prometheus_documentation
kube-prometheus documentation
2018-08-22 20:28:52 +02:00
Joshua Olson
4099a04cc0 minor whitespace change
Trying to get travis-ci build to pass for "git diff --exit-code" command
2018-08-22 09:09:01 -05:00
Frederic Branczyk
13b747e1ff kube-prometheus: Upgrade jsonnet dependencies 2018-08-21 17:24:50 +02:00
Frederic Branczyk
da2536398c kube-prometheus: Update node-exporter to v0.16.0 2018-08-20 22:00:14 +02:00
Sergiusz Urbaniak
155378342f kube-prometheus: generate manifests
Signed-off-by: Sergiusz Urbaniak <sergiusz.urbaniak@gmail.com>
2018-08-17 12:35:00 +02:00
Sergiusz Urbaniak
893108e49e kube-prometheus: update dependencies
Signed-off-by: Sergiusz Urbaniak <sergiusz.urbaniak@gmail.com>
2018-08-17 12:33:28 +02:00
Sergiusz Urbaniak
106ed84217 kube-prometheus: bind mount host rootfs into node exporter
Fixes https://github.com/prometheus/node_exporter#474 in the operator
Fixes #569 (by making the mount explicit)

Signed-off-by: Sergiusz Urbaniak <sergiusz.urbaniak@gmail.com>
2018-08-17 11:50:49 +02:00
Frederic Branczyk
6d484e5dee Merge pull request #1797 from mxinden/bump-am-prom
Update Prometheus to v2.3.2 and Alertmanager to 0.15.2
2018-08-16 15:16:14 +02:00
Max Leonard Inden
f80c5b96d3 kube-prometheus: Bump jsonnetfile.lock.json kube-prometheus reference 2018-08-16 11:39:16 +02:00
Max Leonard Inden
cbb03d387c *.sh: Set sane bash options on shell scripts
Adding the following accross the project:

```bash
/# exit immediately when a command fails
set -e
/# only exit with zero if all commands of the pipeline exit successfully
set -o pipefail
/# error on unset variables
+set -u

```
2018-08-16 11:20:38 +02:00
Max Leonard Inden
d482cef033 Update Prometheus to v2.3.2 and Alertmanager to 0.15.2 2018-08-16 11:05:14 +02:00
Frederic Branczyk
52e1906ba0 kube-prometheus: Update dependencies and re-generate 2018-08-14 16:39:48 +02:00
Frederic Branczyk
f291ce1005 kube-prometheus: bump Prometheus Operator version 2018-08-14 16:34:05 +02:00
Frederic Branczyk
dc23512513 Merge pull request #1756 from brancz/static-etcd-insecure
kube-prometheus: Allow skipping etcd TLS errors
2018-08-14 11:11:56 +02:00
Frederic Branczyk
7bb87dd432 kube-prometheus: Bump versions 2018-08-13 21:34:54 +02:00
Frederic Branczyk
a559123a2b kube-prometheus: Allow skipping etcd TLS errors 2018-08-13 21:33:33 +02:00
Frederic Branczyk
eb23d1d16c kube-prometheus: Add docs on monitoring additional namespaces 2018-08-13 17:11:57 +02:00
Frederic Branczyk
159eb05497 kube-prometheus: Update dependencies 2018-08-13 15:21:00 +02:00
Frederic Branczyk
973fc19fa1 kube-prometheus: Bump kube-prometheus jsonnet dep 2018-08-13 15:12:16 +02:00
Frederic Branczyk
ff878498df kube-promethes: Fix default serviceMonitorSelector 2018-08-13 15:12:15 +02:00
Henrique Fernandes
2c27ec76a1 Bump jsonnet dependencies 2018-08-08 10:26:27 -03:00
Henrique Fernandes
25bb07fe7d Fix typos 2018-08-08 10:14:23 -03:00
Joshua Olson
ad673494e7 Add more etcd TLS commentary
Per the outcome of issue #1755 & PR #1756
2018-08-08 07:55:59 -05:00
Lucas Serven
28e3ef5a6d contrib/kube-prometheus: bump prometheus-operator
This commit bumps the version of the Prometheus Operator jsonnet
dependency in kube-prometheus. With this change, kube-prometheus now
supports Prometheus Operator v0.23.0.
2018-08-07 17:44:01 +02:00
Frederic Branczyk
0d35d31c1f Merge pull request #1730 from nrobert13/prometheus_jsonnet_add_SM_NS_Selector
add serviceMonitorNamespaceSelector to the prometheus jsonnet library
2018-08-07 09:27:19 +02:00
Joshua Olson
6574cd58aa kube-prometheus: change the 3 etcd client cert files back to files that actually exist in this repo
In order to resolve failed test: https://travis-ci.org/coreos/prometheus-operator/jobs/411752894
2018-08-06 12:48:19 -05:00
Joshua Olson
3380c39181 kube-prometheus: revise commentary about serverName and insecureSkipVerify 2018-08-06 12:41:34 -05:00
Joshua Olson
ce2ead0e04 kube-prometheus: remove mention of ksonnet example 2018-08-06 12:40:45 -05:00
Lucas Serven
7213f93e41 *: cut 0.23.0 2018-08-06 16:05:42 +02:00
Robert Nemeti
43dc7999ca provide empty hash to serviceMonitorNamespaceSelector, which selects all the namespaces by default 2018-08-06 08:19:28 +00:00
Robert Nemeti
0f76dc63b6 add serviceMonitorNamespaceSelector to the prometheus jsonnet library
to implement the feature from PR #1227
2018-08-06 07:38:26 +00:00
Joshua Olson
c438b23991 kube-prometheus: another etcd.jsonnet commentary tweak 2018-08-03 08:50:29 -05:00
Joshua Olson
7ac4da1f9f kube-prometheus: add more commentary to etcd.jsonnet 2018-08-03 08:42:50 -05:00
Frederic Branczyk
fa32316597 kube-prometheus: Re-generate 2018-08-02 11:00:53 +02:00