Commit Graph

947 Commits

Author SHA1 Message Date
Robert Nemeti
7e055479d6 add namespace to the component selectors
in order to select the right components in case multiple operators are running in the same cluster
2018-12-12 16:17:17 +00:00
Max Leonard Inden
9c467d2333 kube-prometheus: Update manifests 2018-12-11 18:09:52 +01:00
Max Leonard Inden
b27b69e162 kube-prometheus: Add poddisruptionbudgets to ksm cluster role
This patch  allows kube-state-metrics to list and watch instances of
poddisruptionbudgets from the policy API group.
2018-12-11 15:34:02 +01:00
Matthias Loibl
a8b036e67d contrib/kube-prometheus: Generate Prometheus Adapter with maxSurge 2018-12-10 18:31:09 +01:00
Matthias Loibl
12eaf28866 contrib/kube-prometheus: Set Prometheus Adapter's maxSurge to 1 2018-12-10 18:24:52 +01:00
Matthias Loibl
88e11d48c2 *: Regenerate after adding securityContext to manifests 2018-12-07 17:37:24 +01:00
Matthias Loibl
dee254fa01 contrib/kube-prometheus: Set securityContext in the manifests 2018-12-07 17:32:34 +01:00
Karl Skewes
5d20f0943e example(ingress): Fix ExternalUrl key - see 2172 2018-12-04 08:42:26 +13:00
Sergiusz Urbaniak
fc65336082 kube-prometheus: regenerate 2018-11-30 14:28:45 +01:00
Sergiusz Urbaniak
64a5d10227 kube-prometheus: bump prometheus-operator 2018-11-30 14:14:16 +01:00
Matthias Loibl
779d1850ae Merge pull request #2144 from metalmatze/cpu-limits
Increase CPU limits for small containers to not being throttled as often
2018-11-29 11:10:07 +01:00
Stefan Knott
2f23e374c7 fix breaking typo
the operator spec key is named "externalUrl", rather than "externalURL"
2018-11-28 15:49:26 +01:00
Matthias Loibl
d22cf7477e contrib/kube-prometheus: Generate manifests with higher limits 2018-11-28 14:31:11 +01:00
Matthias Loibl
989456cde9 *: Increase CPU limits for small containers to not being throttled as much 2018-11-28 14:15:52 +01:00
Fabian Stäber
b9a6730daf fix syntax error in prometheus.libsonnet 2018-11-28 10:20:23 +01:00
Frederic Branczyk
811f8a899e Merge pull request #2167 from redbaron/no-error-if-no-rules
Do not error if no $._config.prometheus.rules are set
2018-11-27 21:20:37 +01:00
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
Maxim Ivanov
4a15683db4 Do not error if no $._config.prometheus.rules are set 2018-11-27 15:29:46 +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