Simon Pasquier
300bc9657b
Update mdox version
...
Signed-off-by: Simon Pasquier <spasquie@redhat.com >
2022-07-27 17:28:08 +02:00
Simon Pasquier
84d6d108ce
docs: normalize weight values
...
The `kube` page index gets a weight of 300 and its child pages should
get weight values starting > 300.
Signed-off-by: Simon Pasquier <spasquie@redhat.com >
2022-07-12 19:39:00 +02:00
Simon Pasquier and GitHub
d6083dcb2d
Merge pull request #1699 from prometheus-operator/automated-updates-main
...
[bot] [main] Automated version update
2022-03-28 11:01:44 +02:00
Simon Pasquier and GitHub
48b2bb6a72
Merge pull request #1601 from PhilipGough/kubescape-1
...
docs: Update broken link
2022-01-27 16:09:38 +01:00
Simon Pasquier and GitHub
eb06a1ab45
Merge pull request #1146 from simonpasquier/fix-ksm-lite-addon
...
jsonnet/kube-prometheus/addons: fix KSM regex patterns
2021-05-20 09:22:27 +02:00
Simon Pasquier
e58cadfe96
jsonnet/kube-prometheus/addons: fix KSM regex patterns
...
Signed-off-by: Simon Pasquier <spasquie@redhat.com >
2021-05-17 12:42:43 +02:00
Simon Pasquier
102d4c6513
Default alerting to Alertmanager API v2
...
Alertmanager API v2 is available for more than 2 years now, there's no
reason to not use it by default.
Signed-off-by: Simon Pasquier <spasquie@redhat.com >
2021-01-29 15:57:16 +01:00
Simon Pasquier
68b78e84c9
Update prometheus-operator to v0.44.1
...
Signed-off-by: Simon Pasquier <spasquie@redhat.com >
2020-12-10 09:42:32 +01:00
Simon Pasquier
874be477b4
Thanos sidecar: use fields from the prometheus object
...
Instead of name and namespace fields coming from the global config.
Signed-off-by: Simon Pasquier <spasquie@redhat.com >
2020-11-27 17:05:55 +01:00
Simon Pasquier
297b6817a4
Add Thanos sidecar alerts
...
Signed-off-by: Simon Pasquier <spasquie@redhat.com >
2020-11-27 15:18:31 +01:00
Simon Pasquier and GitHub
2cc09fb2a6
Merge pull request #788 from simonpasquier/add-support-doc
...
Add instructions for community support
2020-11-19 09:41:07 +01:00
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
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
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
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
Simon Pasquier and GitHub
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
Simon Pasquier and GitHub
fb5ae888e7
Merge pull request #743 from simonpasquier/bump-prometheus-operator
...
Update prometheus-operator to v0.43.0
2020-10-28 10:29:27 +01:00
Simon Pasquier
945fcce5c4
Update prometheus-operator to v0.43.0
...
Signed-off-by: Simon Pasquier <spasquie@redhat.com >
2020-10-28 09:53:51 +01:00
Simon Pasquier and GitHub
895dcbe1a7
Merge pull request #728 from simonpasquier/udpate-prometheus-2.22
...
jsonnet/kube-prometheus: update Prometheus dependency to v2.22.0
2020-10-19 13:50:47 +02:00
Simon Pasquier
9a3e639345
jsonnet/kube-prometheus: update Prometheus dependency to v2.22.0
2020-10-19 12:29:48 +02:00
Simon Pasquier
a9ffdaa35c
manifests: regenerate
2020-07-23 18:04:56 +02:00
Simon Pasquier
fcf7a2fcbf
jsonnet: update component versions
2020-07-23 17:06:48 +02:00
Simon Pasquier and GitHub
de9591cbb0
Merge pull request #584 from simonpasquier/bump-grafana-6.7.4
...
Bump Grafana to v6.7.4
2020-06-24 13:32:26 +02:00
Simon Pasquier
83ebd535e6
manifests: regenerate
2020-06-24 10:55:13 +02:00
Simon Pasquier
bbd4e61fc1
Bump Grafana version to v6.7.4
2020-06-24 10:51:35 +02:00
Simon Pasquier
0a43e85917
manifests: regenerate
2020-06-19 14:41:11 +02:00
Simon Pasquier
c3ea4675da
Fix AlertmanagerConfigInconsistent alert
...
Previously the alert would fire when the number of Alertmanager pods
didn't match the number of replicas defined in the Alertmanager spec
even though all the running pods had the same configuration hash. This
type of issue is already covered by KubeStatefulSetUpdateNotRolledOut
(and possibly KubePodNotReady), having AlertmanagerConfigInconsistent
also active in this situation creates unnecessary noise.
With this change, the alert expression only returns when Alertmanager
pods have different configuration hash values irrespective of the number
of pod replicas. The message annotation has also been enhanced to report
the configuration hash for each pod.
Signed-off-by: Simon Pasquier <spasquie@redhat.com >
2020-06-19 14:30:55 +02:00
Simon Pasquier
cd0f3c641e
regenerate
...
Signed-off-by: Simon Pasquier <spasquie@redhat.com >
2019-12-10 16:48:51 +01:00
Simon Pasquier
408fde189b
Bump kubernetes-mixin
...
Signed-off-by: Simon Pasquier <spasquie@redhat.com >
2019-12-10 16:48:28 +01:00
Simon Pasquier
e0c232df8b
Update Makefile to support jsonnet >= 0.13
2019-09-25 09:16:23 +02:00
Simon Pasquier
b9504efef7
jsonnet/kube-prometheus/alerts: improve TargetDown message
...
Signed-off-by: Simon Pasquier <spasquie@redhat.com >
2019-09-25 09:11:03 +02:00