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
Frederic Branczyk
a5bc4995c1
Merge pull request #1973 from kkc/fix-typos-prometheus-rules
...
contrib: fix typo in contrib prometheus rules
2018-10-25 09:09:52 +02:00
Matthias Loibl
8094f67a40
contrib/kube-prometheus: thanos-peers service misses namespace
2018-10-22 18:38:44 +02:00
Karl Skewes
f6a3ac030a
kube-prometheus: Example jsonnet ingress, merge Grafana config instead of overwrite
2018-10-21 08:29:33 +13:00
Karl Skewes
352c9171cf
kube-prometheus: Example jsonnet ingress, add alertmanager and grafana
2018-10-20 15:54:04 +13:00
kkc
19e94092d6
Regenerate jsonnetfile.lock.json
2018-10-20 00:15:49 +08:00
kkc
012a60163e
contrib: fix typo in contrib prometheus rules
...
Change `Promehteus` to `Prometheus`
2018-10-20 00:15:02 +08:00
Karl Skewes
71f51bd12d
kube-prometheus: Example jsonnet ingress, add externalURL
2018-10-18 16:38:25 +13:00
Frederic Branczyk
569d83438c
Merge pull request #2020 from dlespiau/2018-10-16-bump-prometheus-operator-jsonnet-dep
...
contrib/kube-prometheus: Bump the prometheus-operator jsonnet dep
2018-10-16 16:50:22 +02:00