Commit Graph

481 Commits

Author SHA1 Message Date
Frederic Branczyk
e7437ade81 Merge pull request #1732 from jolson490/kube-prometheus_documentation
kube-prometheus documentation
2018-08-22 20:28:52 +02:00
Joshua Olson
4099a04cc0 minor whitespace change
Trying to get travis-ci build to pass for "git diff --exit-code" command
2018-08-22 09:09:01 -05:00
Frederic Branczyk
13b747e1ff kube-prometheus: Upgrade jsonnet dependencies 2018-08-21 17:24:50 +02:00
Frederic Branczyk
da2536398c kube-prometheus: Update node-exporter to v0.16.0 2018-08-20 22:00:14 +02:00
Sergiusz Urbaniak
155378342f kube-prometheus: generate manifests
Signed-off-by: Sergiusz Urbaniak <sergiusz.urbaniak@gmail.com>
2018-08-17 12:35:00 +02:00
Sergiusz Urbaniak
893108e49e kube-prometheus: update dependencies
Signed-off-by: Sergiusz Urbaniak <sergiusz.urbaniak@gmail.com>
2018-08-17 12:33:28 +02:00
Sergiusz Urbaniak
106ed84217 kube-prometheus: bind mount host rootfs into node exporter
Fixes https://github.com/prometheus/node_exporter#474 in the operator
Fixes #569 (by making the mount explicit)

Signed-off-by: Sergiusz Urbaniak <sergiusz.urbaniak@gmail.com>
2018-08-17 11:50:49 +02:00
Frederic Branczyk
6d484e5dee Merge pull request #1797 from mxinden/bump-am-prom
Update Prometheus to v2.3.2 and Alertmanager to 0.15.2
2018-08-16 15:16:14 +02:00
Max Leonard Inden
f80c5b96d3 kube-prometheus: Bump jsonnetfile.lock.json kube-prometheus reference 2018-08-16 11:39:16 +02:00
Max Leonard Inden
cbb03d387c *.sh: Set sane bash options on shell scripts
Adding the following accross the project:

```bash
/# exit immediately when a command fails
set -e
/# only exit with zero if all commands of the pipeline exit successfully
set -o pipefail
/# error on unset variables
+set -u

```
2018-08-16 11:20:38 +02:00
Max Leonard Inden
d482cef033 Update Prometheus to v2.3.2 and Alertmanager to 0.15.2 2018-08-16 11:05:14 +02:00
Frederic Branczyk
52e1906ba0 kube-prometheus: Update dependencies and re-generate 2018-08-14 16:39:48 +02:00
Frederic Branczyk
f291ce1005 kube-prometheus: bump Prometheus Operator version 2018-08-14 16:34:05 +02:00
Frederic Branczyk
dc23512513 Merge pull request #1756 from brancz/static-etcd-insecure
kube-prometheus: Allow skipping etcd TLS errors
2018-08-14 11:11:56 +02:00
Frederic Branczyk
7bb87dd432 kube-prometheus: Bump versions 2018-08-13 21:34:54 +02:00
Frederic Branczyk
a559123a2b kube-prometheus: Allow skipping etcd TLS errors 2018-08-13 21:33:33 +02:00
Frederic Branczyk
eb23d1d16c kube-prometheus: Add docs on monitoring additional namespaces 2018-08-13 17:11:57 +02:00
Frederic Branczyk
159eb05497 kube-prometheus: Update dependencies 2018-08-13 15:21:00 +02:00
Frederic Branczyk
973fc19fa1 kube-prometheus: Bump kube-prometheus jsonnet dep 2018-08-13 15:12:16 +02:00
Frederic Branczyk
ff878498df kube-promethes: Fix default serviceMonitorSelector 2018-08-13 15:12:15 +02:00
Henrique Fernandes
2c27ec76a1 Bump jsonnet dependencies 2018-08-08 10:26:27 -03:00
Henrique Fernandes
25bb07fe7d Fix typos 2018-08-08 10:14:23 -03:00
Joshua Olson
ad673494e7 Add more etcd TLS commentary
Per the outcome of issue #1755 & PR #1756
2018-08-08 07:55:59 -05:00
Lucas Serven
28e3ef5a6d contrib/kube-prometheus: bump prometheus-operator
This commit bumps the version of the Prometheus Operator jsonnet
dependency in kube-prometheus. With this change, kube-prometheus now
supports Prometheus Operator v0.23.0.
2018-08-07 17:44:01 +02:00
Frederic Branczyk
0d35d31c1f Merge pull request #1730 from nrobert13/prometheus_jsonnet_add_SM_NS_Selector
add serviceMonitorNamespaceSelector to the prometheus jsonnet library
2018-08-07 09:27:19 +02:00
Joshua Olson
6574cd58aa kube-prometheus: change the 3 etcd client cert files back to files that actually exist in this repo
In order to resolve failed test: https://travis-ci.org/coreos/prometheus-operator/jobs/411752894
2018-08-06 12:48:19 -05:00
Joshua Olson
3380c39181 kube-prometheus: revise commentary about serverName and insecureSkipVerify 2018-08-06 12:41:34 -05:00
Joshua Olson
ce2ead0e04 kube-prometheus: remove mention of ksonnet example 2018-08-06 12:40:45 -05:00
Lucas Serven
7213f93e41 *: cut 0.23.0 2018-08-06 16:05:42 +02:00
Robert Nemeti
43dc7999ca provide empty hash to serviceMonitorNamespaceSelector, which selects all the namespaces by default 2018-08-06 08:19:28 +00:00
Robert Nemeti
0f76dc63b6 add serviceMonitorNamespaceSelector to the prometheus jsonnet library
to implement the feature from PR #1227
2018-08-06 07:38:26 +00:00
Joshua Olson
c438b23991 kube-prometheus: another etcd.jsonnet commentary tweak 2018-08-03 08:50:29 -05:00
Joshua Olson
7ac4da1f9f kube-prometheus: add more commentary to etcd.jsonnet 2018-08-03 08:42:50 -05:00
Frederic Branczyk
fa32316597 kube-prometheus: Re-generate 2018-08-02 11:00:53 +02:00
Vasilis Remmas
d009846be9 Create rolebinding using $._config.namespace
Assign the rolebinding to an existing serviceaccount
2018-08-02 10:59:34 +02:00
Frederic Branczyk
5a1a2f9af0 Merge pull request #1726 from brancz/fix-jsonnet-lock
kube-prometheus: Fix jsonnet lock file
2018-08-02 10:55:15 +02:00
Joshua Olson
e8e0b639f7 Incorporate the updates that were in PR #1727 2018-08-01 16:39:11 -05:00
Joshua Olson
a13064f19c Merge branch 'kube-prometheus_documentation' of https://github.com/jolson490/prometheus-operator into kube-prometheus_documentation 2018-08-01 15:59:32 -05:00
Joshua Olson
a9f4752b30 kube-prometheus: mention command to install jsonnet 2018-08-01 15:59:14 -05:00
Joshua Olson
0e9b446143 Merge branch 'master' into kube-prometheus_documentation 2018-08-01 09:26:28 -05:00
Joshua Olson
bed6e4865a kube-prometheus: update etcd info
Resolves issue #1629 in this repository.
2018-08-01 09:17:58 -05:00
Joshua Olson
fe923a7239 kube-prometheus: fix some links 2018-08-01 08:03:17 -05:00
Joshua Olson
b3ab555603 kube-prometheus: expand the minikube.jsonnet example 2018-08-01 07:58:40 -05:00
Frederic Branczyk
d3f8078ca6 Merge pull request #1708 from prune998/prune/jsonner-namespace-roles
Prune/jsonnet namespace roles
2018-08-01 14:02:03 +02:00
prune
facf7cc0e1 minor update as requested in PR 2018-08-01 07:35:28 -04:00
Frederic Branczyk
7f8774ce5d Merge pull request #1724 from mxinden/readme
*/README.md: Include 'Contributing' section
2018-08-01 13:03:59 +02:00
Frederic Branczyk
7879040895 kube-prometheus: Fix jsonnet lock file 2018-08-01 11:40:00 +02:00
Max Leonard Inden
15cc3e059d */README.md: Include 'Contributing' section 2018-08-01 10:41:29 +02:00
Max Leonard Inden
d0020e4863 prometheus: Enqueue both P in NS as well as P selecting obj in NS
By default if a new object (servicemonitor, secret, ...) is created /
updated / deleted, we reconcile all Prometheus instances in that
namespace. In addition we also need to reconcile all Prometheus
instances selecting objects (ServiceMonitors, PrometheusRules) in that
namespace.
2018-08-01 10:03:58 +02:00
Joshua Olson
cfa8ab7911 kube-prometheus: add more section headings under Customization 2018-07-31 14:44:24 -05:00