Commit Graph

600 Commits

Author SHA1 Message Date
Maxim Ivanov
db07ca6e12 Change examples to be more robust against customizations
Explicitly reference values we are interesting in (jsonnet style)
instead of just following conventions (helm style)
2018-11-27 16:49:29 +00:00
Frederic Branczyk
7ca0a02372 Merge pull request #2143 from BcTpe4HbIu/master
Fix AlertmanagerMembersInconsistent rule
2018-11-23 09:44:04 +01:00
Golubkov Igor
48ab110e09 Update unit tests 2018-11-23 09:39:14 +03:00
Golubkov Igor
16b147863c Update contrib/kube-prometheus 2018-11-23 09:38:36 +03:00
Golubkov Igor
95bb49aa4e Fix AlertmanagerMembersInconsistent rule 2018-11-22 17:33:14 +03:00
Matthias Loibl
d823b7f74b contrib/kube-prometheus: Add prometheusURL to adapter's jsonnet config 2018-11-22 15:30:17 +01:00
Frederic Branczyk
dddcdb223a kube-prometheus: Re-generate 2018-11-21 16:25:48 +01:00
Frederic Branczyk
d7fc1eb32b kube-prometheus: Adapt CoreDNS default configuration to default CoreDNS installs 2018-11-21 16:22:27 +01:00
Lucas Serven
7b5f15ff84 contrib: regenerate 2018-11-20 20:19:00 +01:00
Lucas Serven
43bb05692f contrib/kube-prometheus: ne rbacproxy listen podip
This commit adjusts the RBAC proxy for the node-exporter DaemonSet to
only listen on the Pod IP. It also adjusts the ports used by the
node-exporter Pod so that both containers are listening on 9100. The
actual node-exporter listens on 127.0.0.1:9100, while the RBAC proxy
listens on <PODIP>:9100. This ensures that port 9101 is not taken on
the host networking namespace.
2018-11-20 20:16:07 +01:00
Frederic Branczyk
0dec594c41 kube-prometheus: Re-generate 2018-11-20 14:10:41 +01:00
Vincent Brouillet
c066b4bc89 rebase 2018-11-20 13:39:17 +01:00
Vincent Brouillet
283d34b882 add example for kube-aws 2018-11-20 13:38:00 +01:00
Frederic Branczyk
9bc9164364 Merge pull request #2134 from jeromefroe/jeromefroe/add-documentation-on-pod-anti-affinity-mixin
kube-prometheus: Add documentaton to README on the Pod Anti-Affinity mixin
2018-11-15 11:14:46 +01:00
Frederic Branczyk
1d867e054a Merge pull request #2091 from vsliouniaev/fix-doc
Update alertmanager retention documentation
2018-11-15 11:11:16 +01:00
Frederic Branczyk
e1ea443390 Merge pull request #2131 from metalmatze/custom-metrics-adapter-update
contrib/kube-prometheus: Update experimental Custom Metrics adapter example
2018-11-15 10:45:13 +01:00
Vasily Sliouniaev
a7ba98a92d Update lockfile 2018-11-15 09:34:09 +00:00
Matthias Loibl
fbcd551bb9 contrib/kube-prometheus: Generate manifests without compatibility node rules 2018-11-15 09:39:36 +01:00
Matthias Loibl
b0c35b5447 contrib/kube-prometheus: Remove superseded compatibility node exporter rules 2018-11-15 09:38:38 +01:00
Jerome Froelich
49644189c2 kube-prometheus: Add documentaton to README on the Pod Anti-Affinity mixin
Currently there is no documentation on the Pod Anti-Affinity mixin which makes it
difficult to find. To address this, this PR adds a section to the README on how one
can use it.
2018-11-14 12:41:33 -05:00
Matthias Loibl
1b495e7bcb contrib/kube-prometheus: Update README.md for custom-metrics-api 2018-11-14 16:30:40 +01:00
Matthias Loibl
d4089d7125 contrib/kube-prometheus: Add sample-app for showing custom metrics with HPA
Use interval in ServiceMonitor endpoint

Reintroduce updated dpeloy.sh & teardown.sh
2018-11-14 16:27:10 +01:00
Matthias Loibl
a240909326 contrib/kube-prometheus: Update custom-metrics example to use our adapter 2018-11-14 16:27:09 +01:00
Max Leonard Inden
cea2da78e4 contrib/kube-prometheus: Generate 2018-11-13 16:25:17 +01:00
Max Leonard Inden
1b8684083c *: Update to Alertmanager v0.15.3 2018-11-13 16:15:05 +01:00
Matthias Loibl
cc451840f3 contrib/kube-prometheus: Update manifests with /tmp emptyDir for adapter 2018-11-12 11:34:27 +01:00
Matthias Loibl
b7273bf567 contrib/kube-prometheues: Mount emptyDir as tmpfs to /tmp in adapter 2018-11-12 11:28:37 +01:00
Matthias Loibl
7f77f83bab contrib/kube-prometheus: Update Prometheus Adapter image 2018-11-09 15:09:20 +01:00
Matthias Loibl
601fea2e9a contrib/kube-prometheus: Create prometheus-adapter component
contrib/kube-prometheus: Add section on Prometheus Adapter requirements to README.md
2018-11-09 15:05:45 +01:00
Matthias Loibl
2ffb7cffea *: Generate latest Documentation and manifest for Prom v2.5.0 2018-11-07 17:21:23 +01:00
Matthias Loibl
174e84f3e5 *: Update to Proemtheus v2.5.0 as default 2018-11-07 16:23:50 +01:00
Dmitry Verkhoturov
5a0835fa26 bump rules 2018-11-07 12:59:40 +03:00
Dmitry Verkhoturov
0372a60d0c jsonnet update 2018-11-07 12:40:50 +03:00
Dmitry Verkhoturov
3c6059c6a3 revert unnecessary replacements of job_name 2018-11-07 12:31:00 +03:00
Dmitry Verkhoturov
681a18ef3a fix labels 2018-11-06 16:41:01 +03:00
Alexandre Veyrenc
3e70847581 Upgrade packages for Kubespray support 2018-11-05 16:25:46 +01:00
Alexandre Veyrenc
e42bff1ed3 Add support for Kubespray clusters 2018-11-05 14:10:18 +01:00
Vincent Brouillet
cad5745106 update doc 2018-11-05 09:52:11 +11:00
Vincent Brouillet
305c28681b adding an how to update section in kube-prometheus doc 2018-11-02 13:52:38 +11:00
superbspeed
e53d3689b4 Correct file path for getting started guide. 2018-11-01 10:57:54 -05:00
Karl Skewes
97391a24c1 kube-prometheus: docs - fix example link 2018-10-30 06:50:00 +13:00
Frederic Branczyk
f663fb6062 Merge pull request #2026 from kskewes/master
kube-prometheus: Example jsonnet ingress, add externalURL
2018-10-29 14:20:06 +01:00
Karl Skewes
5eec3fc643 Correct ingress jsonnet object naming to match projects general naming convention 2018-10-29 22:00:35 +13:00
Karl Skewes
cfc4a9867b Example jsonnet ingress, update docs with external url 2018-10-29 09:26:20 +13:00
Matthias Loibl
29e876d023 contrib/kube-promeheus: Add AlertmanagerMembersInconsistent to manifests 2018-10-26 17:31:08 +02:00
Matthias Loibl
49835437f7 Add AlertmanagerMembersInconsistent alerting rule 2018-10-26 17:30:14 +02:00
Frederic Branczyk
95dd9a95b8 kube-prometheus: Re-generate 2018-10-26 14:27:25 +02:00
Frederic Branczyk
362e824936 kube-prometheus: Update kube-rbac-proxy and kube-state-metrics 2018-10-25 17:03:25 +02:00
Frederic Branczyk
830500cfc7 kube-prometheus: Re-generate 2018-10-25 13:24:37 +02:00
Frederic Branczyk
f63ebc87e0 kube-prometheus: Bump prometheus-operator to v0.25.0 2018-10-25 10:06:07 +02:00