Commit Graph

151 Commits

Author SHA1 Message Date
Max Leonard Inden
f0d8ba64d7 kube-prometheus: Remove enableAdminAPI configuration option
Manifest generation fails if this option is not set. Instead, remove the
option and require users to patch the object in case they need it.
2019-01-21 17:09:14 +01:00
Purandare, Aditya
fcda42b123 Remove api flag from jsonnet files 2019-01-17 23:32:10 +05:30
Purandare, Aditya
85c4c2b8df Turn prometheus admin API off by default 2019-01-17 23:32:09 +05:30
Purandare, Aditya
95771caf8c Remove updates to helm chart, fix typo in flag, add make generated files 2019-01-17 23:32:08 +05:30
Purandare, Aditya
e3b989ccd3 Add prometheus admin flag feature to helm, kube-prometheus and jsonnet files 2019-01-17 23:32:08 +05:30
Frederic Branczyk
682809c0fb Merge pull request #2299 from metalmatze/thanos-compactor
contrib/kube-prometheus: Add Thanos compactor as StatefulSet
2019-01-17 17:24:52 +01:00
Frederic Branczyk
79712b6b95 kube-prometheus: Remove duplicate TLS cipher suites config 2019-01-17 16:27:57 +01:00
Matthias Loibl
e10cafcc25 contrib/kube-prometheus: Create Service and ServiceMonitor for Thanos compactor 2019-01-17 15:38:11 +01:00
Matthias Loibl
853b3cf632 contrib/kube-prometheus: Add Thanos compactor as statefulset 2019-01-17 15:38:03 +01:00
Frederic Branczyk
6252f6e2af kube-prometheus: Disable known insecure TLS cipher suites 2019-01-17 15:25:59 +01:00
Frederic Branczyk
f1b151b11c Merge pull request #2297 from metalmatze/thanos-servicemonitor-peers
contrib/kube-prometheus: Add ServiceMonitor for thanos-peers
2019-01-15 14:21:23 +01:00
Matthias Loibl
38a200eaa9 contrib/kube-prometheus: Add ServiceMonitor for thanos-peers (prom, store, query) 2019-01-14 18:19:15 +01:00
Brian Christie
5cf1053f13 Fix node exporter crashlooping 2019-01-14 16:43:45 +00:00
liuxu
0b55989aef fix node_filesystem only collect mountpoint '/' metrics 2019-01-14 13:11:49 +01:00
Frederic Branczyk
bfbe046985 Merge pull request #2283 from jonomacd/node-exporter-port
kube-prometheus: Added ability to configure nodeExporter port
2019-01-14 09:53:20 +01:00
Matthias Loibl
1d4a8b9f43 contrib/kube-prometheus: Bump kube-state-metrics to v1.5.0 2019-01-11 11:25:17 +01:00
Matthias Loibl
d113a0019a Merge pull request #2275 from metalmatze/thanos-v0.2
contrib/kube-prometheus: Update kube-prometheus-thanos for Thanos v0.2
2019-01-10 17:29:53 +01:00
Matthias Loibl
07813fdc5b contrib/kube-prometheus: Add Thanos store StatefulSet 2019-01-10 16:04:50 +01:00
Jono MacDougall
abd6ee5203 Added ability to configure nodeExporter port 2019-01-10 14:54:35 +00:00
Matthias Loibl
bc810b2ab3 contrib/kube-prometheus: Move thanosPeerService up for better ordering 2019-01-10 15:32:51 +01:00
Matthias Loibl
6bea0f66b5 contrib/kube-prometheus: Update kube-prometheus-thanos for thanos v0.2 2019-01-09 15:06:53 +01:00
Brian Christie
1a9f1ddeb3 contrib/kube-prometheus: Add kops CoreDNS prometheus discovery service 2019-01-09 13:08:27 +00:00
Matthias Loibl
90a2e58aa4 contrib/kube-prometheus: Add linux node selector to adapter deployment 2019-01-09 11:42:19 +01:00
Frederic Branczyk
c18d8a4d6e kube-prometheus: Fix grafana label 2019-01-09 11:13:32 +01:00
Frederic Branczyk
1f72addcf7 Merge pull request #2252 from jouve/grafana
add service monitor for grafana
2019-01-08 22:05:46 +01:00
Frederic Branczyk
e10e8e1d6d Merge pull request #2271 from BennX/master
Add SessionAffinity ClusterIP to prometheus service
2019-01-08 21:50:29 +01:00
Cyril Jouve
3ec88e526b add service monitor to grafana 2019-01-08 19:48:24 +01:00
Frederic Branczyk
7261eee19c kube-promethes: Bump prometheus-operator 2019-01-08 16:16:09 +01:00
BennX
cb149a10bc Add SessionAffinity ClusterIP to prometheus service.
Adds SessionAffinity ClusterIP to the prometheus service to prevent grafana from querying different instances when loading/updating metrics.
2019-01-08 16:13:35 +01:00
Brian Christie
e6c43d286d contrib/kube-prometheus: Add jobLabel to ServiceMonitorCoreDNS 2018-12-18 12:26:03 +00:00
Lucas Serven
63c67f8750 contrib/kube-prometheus: bump k8s-adapter to fix bug 2018-12-14 12:03:12 +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
12eaf28866 contrib/kube-prometheus: Set Prometheus Adapter's maxSurge to 1 2018-12-10 18:24:52 +01:00
Matthias Loibl
dee254fa01 contrib/kube-prometheus: Set securityContext in the manifests 2018-12-07 17:32:34 +01:00
Sergiusz Urbaniak
64a5d10227 kube-prometheus: bump prometheus-operator 2018-11-30 14:14:16 +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
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
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
d7fc1eb32b kube-prometheus: Adapt CoreDNS default configuration to default CoreDNS installs 2018-11-21 16:22:27 +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
Vincent Brouillet
283d34b882 add example for kube-aws 2018-11-20 13:38:00 +01:00
Matthias Loibl
b0c35b5447 contrib/kube-prometheus: Remove superseded compatibility node exporter rules 2018-11-15 09:38:38 +01:00
Max Leonard Inden
1b8684083c *: Update to Alertmanager v0.15.3 2018-11-13 16:15:05 +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
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
174e84f3e5 *: Update to Proemtheus v2.5.0 as default 2018-11-07 16:23:50 +01:00