Commit Graph

571 Commits

Author SHA1 Message Date
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
Joshua Olson
532f546dcf kube-prometheus: add info about installing & compiling 2018-07-31 14:36:55 -05:00
Joshua Olson
d58ccab5d0 kube-prometheus: commands to create and teardown the stack
Resolves issues #1571 and #1609 in this repository.
2018-07-31 13:59:50 -05:00
prune
64f3e5def9 added newline in doc file 2018-07-31 14:49:13 -04:00
Joshua Olson
7d5c81c230 kube-prometheus: fixing/adding some links 2018-07-31 13:02:40 -05:00
Joshua Olson
1b92824fbd kube-prometheus: Update table of contents 2018-07-31 12:56:40 -05:00
prune
1838259b25 Merge remote-tracking branch 'origin/prune/jsonner-namespace-roles' into prune/jsonner-namespace-roles 2018-07-27 07:48:23 -04:00
prune
fc382e15cd allow creation of role and rolebindings for other namespaces in jsonnet
replaced default namespaces rbac rules by a loop


set right variable name
2018-07-27 07:48:17 -04:00
prune
20ec197cd4 set right variable name 2018-07-27 07:47:03 -04:00
prune
88f79258f5 replaced default namespaces rbac rules by a loop 2018-07-27 07:05:42 -04:00
prune
85d6c48f98 allow creation of role and rolebindings for other namespaces in jsonnet 2018-07-26 14:58:12 -04:00