Commit Graph

1654 Commits

Author SHA1 Message Date
Simon Pasquier
77f1ad3b1c Add instructions for community support
This change documents where to find documentation and support for the
various components of kube-prometheus.

Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2020-11-18 14:24:41 +01:00
Paweł Krupa
64fd5ac304 Merge pull request #786 from kakkoyun/fix_typo
Fix typo that introduced in recent ksonnet removal
2020-11-16 13:41:45 +01:00
Paweł Krupa
09eb11bdbb Merge pull request #769 from kakkoyun/ksonnet_no_more_12 2020-11-16 13:41:10 +01:00
Kemal Akkoyun
c90d8a02a9 Address review issues
Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com>
2020-11-16 09:20:44 +01:00
Kemal Akkoyun
739200dea3 Fix typo
Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com>
2020-11-16 09:03:35 +01:00
Paweł Krupa
aff0ef6582 Merge pull request #780 from simonpasquier/update-setup-kind-action
.github: update version of engineerd/setup-kind
2020-11-12 12:03:18 +01:00
Simon Pasquier
38daabf6e0 .github: update version of engineerd/setup-kind
See https://github.com/engineerd/setup-kind/issues/28 for details.

Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2020-11-12 09:47:56 +01:00
Frederic Branczyk
f321584df7 Merge pull request #777 from johanneswuerbach/k8s-prometheus-adapter-v0.8.2
k8s-prometheus-adapter v0.8.2
2020-11-12 09:18:27 +01:00
Johannes Würbach
f579d8c065 k8s-prometheus-adapter v0.8.2 2020-11-11 21:27:51 +01:00
Frederic Branczyk
6f7cf5cf72 Merge pull request #740 from underrun/prom_adapter_ns_change
enable alternate namespace for prometheus adapter
2020-11-11 16:44:04 +01:00
Derek Wilson
170296603a add prometheus adapter ns to custom metrics
becauase otherwise these will be in different places
2020-11-11 15:28:06 +00:00
Derek Wilson
4dc68103b9 fix prometheus namespace
mistaken change of namespace for where prometheus is deployed
2020-11-11 15:21:55 +00:00
Derek Wilson
07188b2509 enable alternate namespace for prometheus adapter
because choice is nice to have
2020-11-11 15:21:55 +00:00
Frederic Branczyk
4bbc92bf15 Merge pull request #773 from simonpasquier/detect-many-to-many-errors
tests/e2e: add test to detect many-to-many errors
2020-11-11 10:54:12 +01:00
Frederic Branczyk
b0acdc7b86 Merge pull request #770 from kakkoyun/ksonnet_no_more_13
Remove ksonnet from kube-rbac-proxy/container.libsonnet
2020-11-11 10:48:12 +01:00
Frederic Branczyk
6e6bd49f7f Merge pull request #768 from kakkoyun/ksonnet_no_more_11
Remove ksonnet from alertmanager.libsonnet
2020-11-11 10:47:57 +01:00
Frederic Branczyk
6ba3f6a6c8 Merge pull request #767 from kakkoyun/ksonnet_no_more_10
Remove ksonnet from kube-prometheus-weave-net.libsonnet
2020-11-11 10:47:19 +01:00
Frederic Branczyk
01b396efc5 Merge pull request #766 from kakkoyun/ksonnet_no_more_9
Remove ksonnet from kube-prometheus-thanos-sidecar.libsonnet
2020-11-11 10:46:55 +01:00
Frederic Branczyk
ea51bdb6eb Merge pull request #764 from kakkoyun/ksonnet_no_more_7
Remove ksonnet from several libs
2020-11-11 10:46:39 +01:00
Frederic Branczyk
ef04c0c114 Merge pull request #763 from kakkoyun/ksonnet_no_more_6
Remove ksonnet from kube-prometheus-eks.libsonnet
2020-11-11 10:46:12 +01:00
Frederic Branczyk
90f811411b Merge pull request #762 from kakkoyun/ksonnet_no_more_5
Remove ksonnet from kube-prometheus-custom-metrics.libsonnet
2020-11-11 10:44:13 +01:00
Frederic Branczyk
5f9eac9008 Merge pull request #761 from kakkoyun/ksonnet_no_more_4
Remove ksonnet from kube-prometheus-bootkube.libsonnet
2020-11-11 10:43:23 +01:00
Frederic Branczyk
432411ba33 Merge pull request #759 from kakkoyun/ksonnet_no_more_2
Remove ksonnet from prometheus-pvc.jsonnet
2020-11-11 10:41:46 +01:00
Simon Pasquier
a8fe172085 tests/e2e: add test to detect many-to-many errors
It happened quite a few times that some queries failed when Prometheus
scrapes metrics from 2 kube-state-metrics instances. This situation can
happen briefly when the kube-state-metrics instance is rolled out. It
might also be more apparent when automatic sharding of
kube-state-metrics is enabled.

https://github.com/kubernetes-monitoring/kubernetes-mixin/pull/306
https://github.com/kubernetes-monitoring/kubernetes-mixin/pull/361

Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2020-11-10 17:25:56 +01:00
Paweł Krupa
e1b9f0ea9e Merge pull request #754 from paulfantom/krp-0.8.0 2020-11-09 16:17:09 +01:00
Lili Cosic
a54498482c Merge pull request #765 from kakkoyun/ksonnet_no_more_8
Remove ksonnet from kube-prometheus-static-etcd.libsonnet
2020-11-09 16:00:51 +01:00
paulfantom
9f5f14bfe0 manifests: regenerate 2020-11-09 15:39:58 +01:00
paulfantom
373441cce9 jsonnet/kube-prometheus: update kube-rbac-proxy version 2020-11-09 15:38:14 +01:00
Lili Cosic
c10fda45b1 Merge pull request #771 from simonpasquier/bump-prometheus-operator-0.43.2
Update prometheus-operator to v0.43.2
2020-11-09 14:17:39 +01:00
Simon Pasquier
0788ab7978 Update prometheus-operator to v0.43.2
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2020-11-09 12:44:26 +01:00
Lili Cosic
08b577c898 Merge pull request #758 from kakkoyun/ksonnet_no_more_1
Remove ksonnet from ksonnet-example.jsonnet
2020-11-09 09:54:59 +01:00
Lili Cosic
3a47f2d20e Merge pull request #757 from kakkoyun/ksonnet_no_more_0
Remove ksonnet from ingress.jsonnet
2020-11-09 09:54:06 +01:00
Kemal Akkoyun
491dbd2f74 Remove ksonnet from alertmanager.libsonnet
Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com>
2020-11-06 18:20:04 +01:00
Kemal Akkoyun
fcf7d8afa2 Remove ksonnet from kube-rbac-proxy/container.libsonnet
Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com>
2020-11-06 18:12:23 +01:00
Kemal Akkoyun
05744ccfc3 Remove ksonnet from ksm-autoscaler.libsonne
Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com>
2020-11-06 17:58:57 +01:00
Kemal Akkoyun
283e28fe20 Remove ksonnet from kube-prometheus-weave-net.libsonnet
Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com>
2020-11-06 16:38:35 +01:00
Kemal Akkoyun
8c71e8c804 Remove ksonnet from kube-prometheus-thanos-sidecar.libsonnet
Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com>
2020-11-06 16:21:24 +01:00
Kemal Akkoyun
9a82d41cfa Remove ksonnet from kube-prometheus-static-etcd.libsonnet
Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com>
2020-11-06 16:17:21 +01:00
Kemal Akkoyun
116a42ae7a Remove ksonnet from several libs
Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com>
2020-11-06 15:46:40 +01:00
Kemal Akkoyun
207a133233 Update ingress API
Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com>
2020-11-06 15:13:37 +01:00
Kemal Akkoyun
922fe4571e Remove ksonnet from kube-prometheus-eks.libsonnet
Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com>
2020-11-06 15:07:21 +01:00
Kemal Akkoyun
7da6b04785 Remove ksonnet from jsonnet/kube-prometheus/kube-prometheus-custom-metrics.libsonnet
Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com>
2020-11-06 15:00:47 +01:00
Kemal Akkoyun
f274702ece Remove ksonnet from jsonnet/kube-prometheus/kube-prometheus-bootkube.libsonnet
Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com>
2020-11-06 14:43:19 +01:00
Kemal Akkoyun
c236fec779 Remove ksonnet from prometheus-pvc.jsonnet
Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com>
2020-11-06 14:14:59 +01:00
Kemal Akkoyun
9d051b2c63 Remove ksonnet from ksonnet-example.jsonnet
Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com>
2020-11-06 14:08:44 +01:00
Kemal Akkoyun
b84bd5c72f Update docs
Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com>
2020-11-06 12:27:20 +01:00
Kemal Akkoyun
4b9f8bb107 Remove ksonnet from ingress.jsonnet
Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com>
2020-11-06 12:20:32 +01:00
Simon Pasquier
6d641706de Merge pull request #753 from simonpasquier/bump-prometheus-operator-0.43.1
Update prometheus-operator to v0.43.1
2020-11-05 14:51:25 +01:00
Simon Pasquier
eea76c5272 Update prometheus-operator to v0.43.1
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2020-11-04 17:34:29 +01:00
Paweł Krupa
8b0eebdd08 Merge pull request #744 from paulfantom/compatibility
update compatibility matrix for release-0.6
2020-10-28 13:54:21 +01:00