Commit Graph
45 Commits
Author SHA1 Message Date
Simon PasquierandGitHub 361bc43774 chore: ignore mdox errors for https://www.weave.works (#2348)
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2024-02-13 10:25:00 +00:00
Simon PasquierandGitHub 205aadce96 Merge pull request #2268 from prometheus-operator/automated-updates-main
[bot] [main] Automated version update
2023-11-14 16:05:44 +01:00
Simon PasquierandGitHub 01d4f1daa6 Remove deprecated 'logtostderr' argument for kube-rbac-proxy (#2198)
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2023-08-28 20:36:39 +01:00
Simon PasquierandGitHub 01481146a3 Merge pull request #2191 from prometheus-operator/dependabot/github_actions/helm/kind-action-1.8.0
build(deps): bump helm/kind-action from 1.7.0 to 1.8.0
2023-08-17 09:23:51 +02:00
Simon PasquierandGitHub 169d92abb2 chore: use helm/kind-action (#2189)
helm/kind-action seems to be more maintained than engineerd/setup-kind.

Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2023-08-16 16:55:40 +01:00
Simon PasquierandGitHub e80cc8b01c chore: fix versions action (#2187)
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2023-08-16 16:52:43 +01:00
Simon PasquierandGitHub b102f7b5ce Merge pull request #2185 from simonpasquier/remove-deprecated-arg
prometheus-adapter: remove deprecated argument
2023-08-16 15:21:24 +02:00
Simon Pasquier 535a91cf4c prometheus-adapter: remove deprecated argument
The `--logtostderr` argument has been deprecated in v0.10.0 and removed
in v0.11.0.

Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2023-08-16 14:58:40 +02:00
Simon PasquierandGitHub c984288cc3 Merge pull request #2051 from prometheus-operator/dependabot/go_modules/k8s.io/client-go-0.26.3
build(deps): bump k8s.io/client-go from 0.26.2 to 0.26.3
2023-03-21 09:20:02 +01:00
Simon PasquierandGitHub 19cf1150a5 Merge pull request #2045 from prometheus-operator/dependabot/github_actions/actions/setup-go-4
build(deps): bump actions/setup-go from 3 to 4
2023-03-16 09:11:31 +01:00
Simon PasquierandGitHub 74cb76d338 Merge pull request #2018 from prometheus-operator/dependabot/go_modules/scripts/golang.org/x/text-0.3.8
build(deps): bump golang.org/x/text from 0.3.7 to 0.3.8 in /scripts
2023-02-23 12:06:51 +01:00
Simon PasquierandGitHub 947080b8d0 Increase 'operations-per-run' for the stale action (#1985)
The default value of 30 is too low for the repository and the action
fails to process all issues and pull requests.

This change also modifies when the job is executed to avoid running it
at the same time than prometheus-operator/prometheus-operator and
experience quota issues with the GitHub API.

Signed-off-by: Simon Pasquier <spasquie@redhat.com>

Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2023-01-12 09:50:35 +00:00
Simon PasquierandGitHub 5b28779e7d Merge pull request #1881 from prometheus-operator/dependabot/go_modules/k8s.io/apimachinery-0.25.2
build(deps): bump k8s.io/apimachinery from 0.25.1 to 0.25.2
2022-09-23 14:31:03 +02:00
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 PasquierandGitHub 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 PasquierandGitHub 48b2bb6a72 Merge pull request #1601 from PhilipGough/kubescape-1
docs: Update broken link
2022-01-27 16:09:38 +01:00
Simon PasquierandGitHub 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 PasquierandGitHub 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 PasquierandGitHub 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 PasquierandGitHub 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 PasquierandGitHub 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 PasquierandGitHub 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