1
0
Fork 0
mirror of https://github.com/prometheus-operator/prometheus-operator.git synced 2025-04-15 08:46:44 +00:00
Commit graph

90 commits

Author SHA1 Message Date
Max Inden
50d4801b57
security: Enforce nobody user and read only / (#1393)
* Make the Prometheus Operator Docker image run as `nobody` by default.
* Disallow privilege escalation via K8s
* Enforce read only root filesystem
2018-07-17 15:11:46 +02:00
Max Leonard Inden
34acc95d87
*: Cut 0.22.0 2018-07-10 13:41:50 +02:00
Frederic Branczyk
09ef916a99
*: Bump version to v0.21.0 2018-06-28 11:40:53 +02:00
Frederic Branczyk
b0a8b24cb6
kube-prometheus: Bump various versions 2018-06-25 13:48:36 +02:00
Max Leonard Inden
f7a7a17e70
kube-prometheus: Run node-exporter in host network
Node exporter needs to run in the host network, not in the pod network
in order to pick up network metrics of the node.
2018-06-15 11:47:51 +02:00
Frederic Branczyk
6faf98268e
kube-prometheus: Extract prometheus-operator jsonnet out of contrib 2018-06-06 18:01:32 +02:00
Max Leonard Inden
f776605974
*: Bump version to v0.20.0 2018-06-05 15:07:17 +02:00
Max Leonard Inden
62baa3f73c
kube-prometheus: Adjust to new Prometheus rule file CRD
89fc4e3069 introduced the new Prometheus
rule file custom resource definition. This patch adjusts the
kube-prometheus project to use the new custom resource definition.
2018-06-04 20:23:02 +02:00
Frederic Branczyk
47d78915cf
kube-prometheus: Remove unnecessary namespace selectors 2018-05-31 17:37:43 +02:00
slene
b36c42b061 update generated kube-prometheus manifests 2018-05-31 18:59:44 +08:00
Jerome Froelich
517f1ff95b docs: Add node-exporter ServiceAccount to documentation
This PR adds the node-exporter ServiceAccount to the Cluster monitoring guide. Without
the ServiceAccount the node-exporter pods are unable to start.

Fixes #1352
2018-05-17 19:41:17 -04:00
Frederic Branczyk
4eb7caab28
Address comments 2018-05-06 08:29:52 -07:00
Frederic Branczyk
1f582ad398
kube-prometheus/jsonnet: Use jsonnet-bundler 2018-04-28 19:05:19 +01:00
Max Leonard Inden
d7d5a7ecdd
*: Bump version to v0.19.0 2018-04-26 21:42:57 +02:00
Max Leonard Inden
283c6c6da0
kube-prometheus: Move service monitors to target folder
With 1d00e0ab ("ServiceMonitor: Enable Prometheus to select ServMon
outside own ns") merged: To emphasize the fact, that ServiceMonitors can
be deployed alongside their targets, this patch moves the Alertmanager,
Kube-State-Metrics, Node-Exporter and Prometheus Operator
Service-Monitor into the respective target folder in the kube-prometheus
project.
2018-04-18 13:44:45 +02:00
Frederic Branczyk
2f6b3ab674
Remove old manifests and replace with jsonnet build 2018-04-13 13:36:34 +02:00
Max Leonard Inden
02f0a76359
*: Bump version to v0.18.1 2018-04-09 14:47:34 +02:00
Frederic Branczyk
a89d919637
*: Bump version to v0.18.0 2018-04-04 10:06:38 +02:00
Frederic Branczyk
d819104e38
*: upgrade client-go 2018-03-21 14:24:45 +01:00
Max Leonard Inden
23c7b17f23
Unify rule file label accross repository
In some cases we have been using `alert-rules` in some cases
`prometheus-rulefiles`. This led to confusion [1]. Instead, unify the
Prometheus rules configmap labels to:

```yaml
labels:
  role: alert-rules
```

[1] https://github.com/coreos/prometheus-operator/issues/1102
2018-03-19 14:24:48 +01:00
Laurent Godet
b71f50903f
Update Prometheus to 2.2.1 2018-03-14 19:34:35 +00:00
Jordan Jennings
412d848334 Update to Prometheus v2.2.0-rc.1 2018-02-26 10:11:56 -05:00
Frederic Branczyk
d3c99e22cf
*: Bump Promteheus Operator version to v0.17.0 2018-02-14 14:01:23 +01:00
Frederic Branczyk
aca288096d
*: bump Prometheus and Alertmanager versions 2018-02-14 14:01:22 +01:00
Frederic Branczyk
b783d08bf2
*: Use non-root 2018-01-23 16:14:17 +01:00
Frederic Branczyk
12aec099ab
*: re-generate manifests 2018-01-19 16:34:36 +01:00
Frederic Branczyk
e682d17303
*: Adapt documentation and scripts to use minikube kubelet authN/authZ 2018-01-19 15:28:38 +01:00
Frederic Branczyk
be8b1e5019
*: bump versions to v0.16.1 2018-01-16 10:19:15 +01:00
Frederic Branczyk
671a3522d1
kube-prometheus: bump various versions 2018-01-15 14:13:26 +01:00
Frederic Branczyk
5e69e12d56
*: bump version to v0.16.0 2018-01-11 20:20:22 +01:00
Frederic Branczyk
6dd450865e
kube-prometheus: Add RBAC authorization to metrics endpoints 2018-01-05 16:03:04 +01:00
Antoine Legrand
2f7adf8296 *: cut v0.15.0 2017-11-22 15:03:12 +01:00
Frederic Branczyk
aff07f7723
*: upgrade to Prometheus 2.0 2017-11-08 16:47:14 +01:00
Frederic Branczyk
1069d9cb06
*: cut v0.14.1 2017-11-01 11:51:13 +01:00
Frederic Branczyk
403f696853
*: bump version to v0.14.0 2017-10-19 11:28:34 +02:00
Frederic Branczyk
3fbcf77287
*: bump Prometheus to v2.0.0-rc.1 2017-10-17 20:13:40 +02:00
Frederic Branczyk
2f582be7c4
*: ensure using crdgroup flag in monitoring client 2017-10-17 10:48:05 +02:00
Frederic Branczyk
8b6792a658
kube-prometheus: various version updates 2017-10-06 15:45:43 +02:00
Frederic Branczyk
bcb91cabbe Merge pull request #632 from brancz/cut-0.13.0
cut 0.13.0 & promote project to beta
2017-09-22 10:55:43 +02:00
Daniel Sachse
f6371c2880 Updated to prometheus 1.7.1
This updates prometheus to 1.7.1 where it was missing
2017-09-21 17:08:01 +02:00
Frederic Branczyk
656958cdc1
*: bump version to v0.13.0 2017-09-21 14:28:33 +02:00
Frederic Branczyk
54dc084c4a
Documentation: re-generate docs 2017-09-08 14:01:29 +02:00
Frederic Branczyk
0457f55955
docs: add compatibility warning 2017-09-07 14:07:38 +02:00
Frederic Branczyk
b090cff3be
kube-prometheus: bump kube-state-metrics to v1.0.1 release 2017-08-28 16:45:08 +02:00
Punit Agrawal
649ba81e7b Fix typo for service monitoring 2017-08-25 11:19:16 -07:00
Frederic Branczyk
c95ba155ee
*: bump version to v0.12.0 2017-08-24 11:14:50 +02:00
Frederic Branczyk
d252a6c60c Merge pull request #555 from brancz/v1-move
Move to v1 from v1alpha1
2017-08-24 08:45:35 +02:00
Frederic Branczyk
5d696af44b
*: adapt all manifests from v1alpha1 to v1 2017-08-23 14:36:00 +02:00
Frederic Branczyk
e9847ac7c2
Documentation: regenerate docs 2017-08-23 10:51:45 +02:00
Frederic Branczyk
d2e3e5c571
*: bump version 2017-07-28 12:06:00 +02:00