Scott Rigby and Reinhard Nägele
d0d852d255
[stable/prometheus-operator] deprecate chart ( #23738 )
...
* [stable/prometheus-operator] deprecate chart
See https://github.com/prometheus-community/helm-charts/pull/1
Signed-off-by: Scott Rigby <scott@r6by.com >
* Update stable/prometheus-operator/Chart.yaml
Signed-off-by: Scott Rigby <scott@r6by.com >
Co-authored-by: Reinhard Nägele <unguiculus@gmail.com >
Co-authored-by: Reinhard Nägele <unguiculus@gmail.com >
2020-09-09 16:57:26 -04:00
Sören Jentzsch
06379f6771
[stable/prometheus-operator] add missing Grafana Annotations to k8s-coredns dashboard ( #23353 )
...
* [stable/prometheus-operator] add missing grafana.sidecar.dashboards.annotations to k8s-coredns dashboard
Signed-off-by: Sören Jentzsch <me@sjentzsch.de >
* [stable/prometheus-operator] increase version of chart
Signed-off-by: Sören Jentzsch <me@sjentzsch.de >
2020-08-04 13:28:21 -07:00
Mike Ritter
c4a13a37c0
[stable/prometheus-operator] add ingress for Thanos sidecar, update k… ( #23200 )
...
* [stable/prometheus-operator] add ingress for Thanos sidecar, update kubelet svc
Signed-off-by: Mike Ritter <mike.ritter@target.com >
* [stable/prometheus-operator] set version
Signed-off-by: Mike Ritter <mike.ritter@target.com >
* removed trailing spaces
Signed-off-by: Mike Ritter <mike.ritter@target.com >
* version bump
Signed-off-by: Mike Ritter <mike.ritter@target.com >
* Added comment related to ingress controller requirements
Signed-off-by: Mike Ritter <mike.ritter@target.com >
2020-07-29 12:38:02 -07:00
Adin Hodovic
95ef651d4e
Sync dashboards and alerting rules ( #23325 )
...
Fixes the hack script.
Signed-off-by: Adin Hodovic <hodovicadin@gmail.com >
2020-07-27 00:00:16 -07:00
Michael Merrill
ebd3908930
[prometheus-operator] Fixing scope issue ( #23014 ) ( #23022 )
...
Signed-off-by: mmerrill3 <michael.merrill@vonage.com >
2020-07-22 16:19:39 -07:00
Omer Levi Hevroni
76982a5537
prometheus-operator/added volumeMounts and volume ( #23047 )
...
Signed-off-by: omerlh <omer.levihevroni@snyk.io >
2020-07-22 02:54:04 -07:00
Maciej Moleda
d0f9bcc80f
[stable/prometheus-operator] fix prometheus additionalScrapeConfigsSecret ( #23286 )
...
Signed-off-by: Maciej Moleda <maciej@moleda.eu >
2020-07-22 02:22:05 -07:00
codinaut
f4f0938345
[stable/prometheus-operator] Fix ordering ( #23260 )
...
Signed-off-by: Daniel <codinaut@gmail.com >
2020-07-21 08:05:14 -07:00
Gabriel Martinez
f019fd53a8
[stable/prometheus-operator] Add docker checksum option ( #23194 )
...
* [stable/prometheus-operator] Allow specifying checksum for docker images
Signed-off-by: Gabriel Martinez <gabrielmartinez@sisti.pt >
* [stable/prometheus-operator] Don't specify default digest for docker images
Signed-off-by: Gabriel Martinez <gabrielmartinez@sisti.pt >
2020-07-17 03:09:01 -07:00
Manuel Rüger
fbf8233ea4
[stable/prometheus-operator] Version bump alertmanager and prometheus ( #23150 )
...
* [stable/prometheus-operator] Version bump prometheus to 2.18.2
https://github.com/prometheus/prometheus/releases/tag/v2.18.2
Signed-off-by: Manuel Rüger <manuel@rueg.eu >
* [stable/prometheus-operator] Version bump alertmanager to 0.21.0
https://github.com/prometheus/alertmanager/releases/v0.21.0
Signed-off-by: Manuel Rüger <manuel@rueg.eu >
2020-07-15 07:10:38 -07:00
alexanderccc
ce2c5be29e
[stable/prometheus-operator] Version bump, deprecation of additionalScrapeConfigsExternal ( #23147 )
...
* Version bump, deprecation of additionalScrapeConfigsExternal
Signed-off-by: Alexander Cristian <alexander.cristian@live.com >
* Removed prometheus.prometheusSpec.additionalScrapeConfigsExternal from README
Signed-off-by: Alexander Cristian <alexander.cristian@live.com >
* Modified values for naming convention
Signed-off-by: Alexander Cristian <alexander.cristian@live.com >
* Added newline for test to pass
Signed-off-by: Alexander Cristian <alexander.cristian@live.com >
* Correct node exporter for tests to pass
Signed-off-by: Alexander Cristian <alexander.cristian@live.com >
2020-07-15 06:44:37 -07:00
Dan Sexton
f191697fde
[stable/prometheus-operator] Added option to disable kube-apiserver-availability rules ( #23136 )
...
Signed-off-by: Dan Sexton <dan.b.sexton@gmail.com >
2020-07-09 07:16:31 -07:00
msvechla
eaad48166b
[stable/prometheus-operator] possibility to add annotations to default dashboards ( #22900 )
...
* adapt sync script to add annotations to dashboards
Signed-off-by: Marius Svechla <m.svechla@gmail.com >
* run sync_grafana_dashboards, add new value to values.yaml
Signed-off-by: Marius Svechla <m.svechla@gmail.com >
* update readme for new grafana.sidecar.dashboards.annotations variable
Signed-off-by: Marius Svechla <m.svechla@gmail.com >
* rebase
Signed-off-by: Marius Svechla <m.svechla@gmail.com >
* fix trailing spaces
Signed-off-by: Marius Svechla <m.svechla@gmail.com >
* fix namespace template
Signed-off-by: Marius Svechla <m.svechla@gmail.com >
* re-run sync_grafana_dashboards
Signed-off-by: Marius Svechla <m.svechla@gmail.com >
2020-07-09 03:18:02 -07:00
Craig Furman
ad1edd0cf0
Treat alertmanager additionalPeers as YAML ( #23112 )
...
Avoids string templating errors, for example when passing an array of
string literals containing colons.
Signed-off-by: Craig Furman <craig.furman89@gmail.com >
2020-07-08 08:11:08 -07:00
Riccardo M. Cefala
30b43ea0fe
[stable/prometheus-operator] remove namespace field from non-namespaced resources ( #22949 )
...
* [stable/prometheus-operator] remove namespace field from non-namespaced resources
Signed-off-by: Riccardo M. Cefala <riccardo.cefala@container-solutions.com >
* [stable/prometheus-operator] bump chart version
Signed-off-by: Riccardo M. Cefala <riccardo.cefala@container-solutions.com >
2020-07-08 07:53:08 -07:00
Dan Sexton
e62da84ba5
[stable/prometheus-operator] Sync dashboards and rules for #22081 ( #23024 )
...
Signed-off-by: Dan Sexton <dan.b.sexton@gmail.com >
2020-07-08 03:13:08 -07:00
Manuel Rüger
0a77334501
[stable/prometheus-operator] Update hyperkube image ( #23073 )
...
Update to a support version of kubernetes: 1.16.12
Signed-off-by: Manuel Rüger <manuel@rueg.eu >
2020-07-05 09:36:49 -07:00
via-jordan-sokolic
e9b205ac8c
[stable/prometheus-operator] kubelet servicemonitor skip tls verify ( #22927 )
...
* chomp newline
Signed-off-by: Jordan Sokolic <jordan.sokolic@ridewithvia.com >
* skip TLS verify for kubelet metrics endpoint
Signed-off-by: Jordan Sokolic <jordan.sokolic@ridewithvia.com >
* bump version
Signed-off-by: Jordan Sokolic <jordan.sokolic@ridewithvia.com >
* bump dependency versions
Signed-off-by: Jordan Sokolic <jordan.sokolic@ridewithvia.com >
* Revert "bump dependency versions"
This reverts commit 9f5ca83b35 .
Signed-off-by: Jordan Sokolic <jordan.sokolic@ridewithvia.com >
* add http counterpart for kubelet servicemonitor
Signed-off-by: Jordan Sokolic <jordan.sokolic@ridewithvia.com >
* bump
Signed-off-by: Jordan Sokolic <jordan.sokolic@ridewithvia.com >
2020-07-03 10:40:47 -07:00
Manuel Rüger
5bb02a4f10
[stable/prometheus-operator] Replace configmap-reload image ( #22988 )
...
Upstream switched to this image in
https://github.com/coreos/prometheus-operator/commit/3c1456eac35d2ace824d478d6bd9dad6939f6db3#diff-e237ffe304b9b2407ed7d9424a2770a9
This also enables support for multi-arch for the configmap-reload image
Signed-off-by: Manuel Rüger <manuel@rueg.eu >
2020-07-03 08:10:48 -07:00
David Gleich
07a7292068
[stable/prometheus-operator] Update grafana Chart ( #22891 )
...
* Update grafana Chart
Signed-off-by: David Gleich <david@familie-gleich.de >
* Update Chart version
Signed-off-by: David Gleich <david@familie-gleich.de >
* Update requirements.lock
Signed-off-by: David Gleich <david@familie-gleich.de >
* Using helm2 for updateing the requirements
Signed-off-by: David Gleich <david@familie-gleich.de >
* Needs a versionbump
Signed-off-by: David Gleich <david@familie-gleich.de >
* Bump Chart version
Signed-off-by: David Gleich <david@familie-gleich.de >
2020-07-02 13:44:47 -07:00
sczizzo
f8487e2350
[stable/prometheus-operator] Ensure all rules can be toggled ( #22879 )
...
* [stable/prometheus-operator] Ensure all rules can be toggled
Signed-off-by: Sean Clemmer <sean.clemmer@greenhouse.io >
* [stable/prometheus-operator] Bump chart verison to 8.15.7
Signed-off-by: Sean Clemmer <sean.clemmer@greenhouse.io >
2020-07-01 13:36:00 -07:00
LuciferInLove
71d71d6bbc
[stable/prometheus-operator] Adding hostNetwork for operator ( #22726 )
...
* Adding hostNetwork for prometheus-operator
Signed-off-by: LuciferInLove <lucifer.in.love@yandex.ru >
* Update Chart.yaml
Signed-off-by: LuciferInLove <lucifer.in.love@yandex.ru >
* Update Chart.yaml
Signed-off-by: LuciferInLove <lucifer.in.love@yandex.ru >
2020-06-22 00:42:39 -07:00
yoninl2
12a2824442
fix issue caused by #22288 ( #22839 )
...
* [stable/prometheus-operator] namespace override
Signed-off-by: yoninl2 <yong.jiang1@hp.com >
* bump chart version
Signed-off-by: Jeremy <yong.jiang1@hp.com >
* revert changes in hack folder
Signed-off-by: Jeremy <yong.jiang1@hp.com >
* [stable/prometheus-operator]fix template inside range
Signed-off-by: jeremy <yong.jiang1@hp.com >
* [stable/prometheus-operator]bump up version
Signed-off-by: jeremy <yong.jiang1@hp.com >
2020-06-17 12:20:05 -07:00
Quentin Bisson
71e0d955ff
[stable/prometheus-operator] fix invalid image pull policy for admission webhook patch image ( #22773 )
...
Signed-off-by: Quentin Bisson <quentin@giantswarm.io >
2020-06-16 13:48:05 -07:00
Mohsen
062ee017ff
[stable/prometheus-operator] Scraping kubelet for /metrics/resource/v1alpha1 ( #22586 )
...
[stable/prometheus-operator] Fixing the template
Signed-off-by: Mohsen <mohsen0@users.noreply.github.com >
2020-06-16 04:54:04 -07:00
Reinhard Nägele
46e7516d49
[stable/prometheus-operator] Bump Grafana version to 5.2.0 ( #22809 )
...
* [stable/prometheus-operator] Bump Grafana version to 5.2.0
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com >
* Bump version
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com >
2020-06-16 02:50:04 -07:00
yoninl2
60ee3fe8be
[stable/prometheus-operator] namespace override ( #22288 )
...
* [stable/prometheus-operator] namespace override
Signed-off-by: yoninl2 <yong.jiang1@hp.com >
* bump chart version
Signed-off-by: Jeremy <yong.jiang1@hp.com >
* revert changes in hack folder
Signed-off-by: Jeremy <yong.jiang1@hp.com >
2020-06-16 01:40:04 -07:00
Philippe and Scott Rigby
aae589f58a
Added supports of ServiceAccount annotation in alertmanager ( #22725 )
...
Signed-off-by: Philippe Bürgisser (Camptocamp) <philippe.burgisser@camptocamp.com >
Co-authored-by: Scott Rigby <scott@r6by.com >
2020-06-15 17:17:57 -07:00
Steven Sheehy
ecd862cc1a
[stable/grafana] Template grafana.additionalDataSources ( #22728 )
...
Signed-off-by: Steven Sheehy <steven.sheehy@hedera.com >
2020-06-15 16:59:57 -07:00
Steven Sheehy
54011d7e57
[stable/prometheus-operator] Upgrade dependencies & set group to non-root ( #22662 )
...
* [stable/prometheus-operator] Upgrade dependencies & set group to non-root
Signed-off-by: Steven Sheehy <steven.sheehy@hedera.com >
* Address review feedback
Signed-off-by: Steven Sheehy <steven.sheehy@hedera.com >
* Bump Grafana for security fix
Signed-off-by: Steven Sheehy <steven.sheehy@hedera.com >
2020-06-05 11:37:44 -07:00
Andrés Álvarez
df437825b9
[stable/prometheus-operator] Apply tpl on Prometheus external url ( #22684 )
...
* [stable/prometheus-operator] Apply tpl on Prometheus external url
Signed-off-by: Andres Alvarez <1671935+kir4h@users.noreply.github.com >
* Bump Chart Version
Signed-off-by: Andres Alvarez <1671935+kir4h@users.noreply.github.com >
2020-06-05 04:51:43 -07:00
Andrés Álvarez
ef0d749132
[stable/prometheus-operator] Allow adding additional volumes and volumeMounts ( #22672 )
...
Signed-off-by: Andres Alvarez <1671935+kir4h@users.noreply.github.com >
2020-06-05 03:05:43 -07:00
K3A and Mario Hros
88a5176022
make kube-apiserver-slos configurable via defaultRules.rules.kubeApiserverSlos ( #22499 )
...
Signed-off-by: Mario Hros <git@reversity.org >
Co-authored-by: Mario Hros <git@reversity.org >
2020-06-02 09:08:15 -07:00
Thorsten Klein
3934372ea4
[stable/prometheus-operator]: do not allow '--manage-crds' flag in operator version >= v0.39.0 ( #22390 )
...
* stable/prometheus-operator: do not allow '--manage-crds' flag in operator version >= v0.39.0
Signed-off-by: Thorsten Klein <iwilltry42@gmail.com >
* stable/prometheus-operator: chart version bump
Signed-off-by: Thorsten Klein <iwilltry42@gmail.com >
* stable/prometheus-operator: chart version bump
Signed-off-by: Thorsten Klein <iwilltry42@gmail.com >
2020-06-02 03:02:15 -07:00
Sam Weston and Reinhard Nägele
4b7ca11520
[stable/prometheus-operator] Update KubeNodeUnreachable alert to fix #21371 ( #22359 )
...
* [stable/prometheus-operator] Update KubeNodeUnreachable alert to fix #21371
Signed-off-by: Sam Weston <weston.sam@gmail.com >
* [stable/prometheus-operator] Bump chart version
Signed-off-by: Sam Weston <weston.sam@gmail.com >
Co-authored-by: Reinhard Nägele <unguiculus@gmail.com >
2020-06-02 01:50:16 -07:00
Mohsen
66b2d807e0
[stable/prometheus-operator] Scraping kubelet for readiness & liveness probes ( #22577 )
...
Signed-off-by: Mohsen <mohsen0@users.noreply.github.com >
2020-05-31 01:01:53 -07:00
Shubham Choudhary and Shubham Choudhary
63f1d0bbbc
Prometheus-operator README.md markup fix ( #22398 )
...
Signed-off-by: Shubham Choudhary <shubham.choudhary@phenompeople.com >
Co-authored-by: Shubham Choudhary <shubham.choudhary@phenompeople.com >
2020-05-14 23:46:58 -07:00
Matias Costa
2a51962802
[stable/prometheus-operator]Fix range loop for ingresses ( #22249 )
...
* Fix range loop for ingresses
Signed-off-by: Matias Costa <mateomct@gmail.com >
* Fix range loop for ingresses
Signed-off-by: Matias Costa <matiasmct@gmail.com >
Signed-off-by: Matias Costa <mateomct@gmail.com >
* Bump version
Signed-off-by: Matias Costa <mateomct@gmail.com >
2020-05-04 11:56:27 -07:00
Markos Chandras
46b3abc8ee
[stable/prometheus-operator]: Fix typo in Helm hook ( #22247 )
...
Fix a small typo in Helm crd hook.
Signed-off-by: Markos Chandras <markos@chandras.me >
2020-05-04 08:16:28 -07:00
Amr Hanafi
c7f3a08409
[stable/prometheus-operator] Use servicePerReplica.port for the ingrePerReplica port value ( #22239 )
...
Signed-off-by: Amr Mahdi <amramahdi@gmail.com >
2020-05-04 03:56:27 -07:00
Jean Baptiste Favre
915dd464d5
[stable/prometheus-operator] Bump versions ( #22179 )
...
* [stable/prometheus-operator] Bump Prometheus to its latest release
Signed-off-by: Jean Baptiste Favre <github@jbfavre.org >
* [stable/prometheus-operator] Update requirements.lock
Signed-off-by: Jean Baptiste Favre <github@jbfavre.org >
* [stable/prometheus-operator] Bump Chart version
Signed-off-by: Jean Baptiste Favre <github@jbfavre.org >
2020-04-29 04:20:24 -07:00
Julian Taylor
999bd186ce
[stable/prometheus-operator] remove crd rights when not managing ( #22167 )
...
When the operator is configured to not manage the crd objects it also
does not need the modification verbs on the crd resources.
Fixes #19799
Signed-off-by: Julian Taylor <juliantaylor108@gmail.com >
2020-04-28 10:48:06 -07:00
Vasily Sliouniaev
ac9acdc5a6
Use new API version for ingress ( #22106 )
...
Signed-off-by: vas <vasily.sliouniaev@jet.com >
2020-04-24 07:28:07 -07:00
Emil
866bf2f655
fix coreDNS chart to have a dynamic datasource #22024 ( #22103 )
...
Signed-off-by: Emil Vannebäck <emil.vanneback@elastisys.com >
2020-04-24 03:30:07 -07:00
Denis Iskandarov
ebedffb345
[stable/prometheus-operator] proper sync of rules and dashboard with upstream ( #22003 )
...
* sync prometheus rules with upstream
Signed-off-by: Denis Iskandarov <d.iskandarov@gmail.com >
* sync grafana dashboards with upstream
Signed-off-by: Denis Iskandarov <d.iskandarov@gmail.com >
* fix link to coredns dashboard src
Signed-off-by: Denis Iskandarov <d.iskandarov@gmail.com >
* chart version bump
Signed-off-by: Denis Iskandarov <d.iskandarov@gmail.com >
2020-04-18 12:45:35 -07:00
Jean Baptiste Favre
1e6a30c3b8
[stable/prometheus-operator] Bump all docker images version ( #21829 )
...
* [stable/prometheus-operator] Bump docker image tags for
* prometheus
* prometheus-config-reloader
* prometheus-operator
* kube-webhook-certgen
Update prometheus-operator CRDs to 0.38.0
Signed-off-by: Jean Baptiste Favre <github@jbfavre.org >
* [stable/prometheus-operator] Bump Prometheus docker image tag to the latest release
Signed-off-by: Jean Baptiste Favre <github@jbfavre.org >
* [stable/prometheus-operator] Bump Grafana and kube-state-metrics subcharts versions
Signed-off-by: Jean Baptiste Favre <github@jbfavre.org >
* [stable/prometheus-operator] Update requirements files
Signed-off-by: Jean Baptiste Favre <github@jbfavre.org >
* [stable/prometheus-operator] Bump Chart version
Signed-off-by: Jean Baptiste Favre <github@jbfavre.org >
* [stable/prometheus-operator] Bump Grafana Chart to the latest version
Signed-off-by: Jean Baptiste Favre <github@jbfavre.org >
* [stable/prometheus-operator] Update Thanos rulers CRD
Signed-off-by: Jean Baptiste Favre <github@jbfavre.org >
* [stable/prometheus-operator] Bump prometheus-operator to 0.38.1. Downgrading prometheus version to 2.16.0
Signed-off-by: Jean Baptiste Favre <github@jbfavre.org >
* [stable/prometheus-operator] Bump Chart version
Signed-off-by: Jean Baptiste Favre <github@jbfavre.org >
2020-04-17 23:59:35 -07:00
Radoslav Kirilov
5ccd4f4fe0
Re-sync prometheus rules and grafana dashboards ( #21899 )
...
Signed-off-by: Radoslav Kirilov <rkirilow@gmail.com >
2020-04-17 23:15:36 -07:00
Suraj Deshmukh
28920d34bf
stable/prometheus-operator: Add PSP annotations var ( #21897 )
...
This commit enables user to configure the PSP annotation, so that they
can enable seccomp on the pods.
With this commit users can add following to their values file:
```
global:
rbac:
...
pspAnnotations:
seccomp.security.alpha.kubernetes.io/allowedProfileNames: 'docker/default'
seccomp.security.alpha.kubernetes.io/defaultProfileName: 'docker/default'
...
```
Signed-off-by: Suraj Deshmukh <surajd.service@gmail.com >
2020-04-14 04:01:10 -07:00
Barthélemy Vessemont and Barthelemy Vessemont
402a220fe1
Adding initContainer capabilites in prometheus specs template ( #21837 )
...
Signed-off-by: Barthelemy Vessemont <barthelemy@storelift.co >
Co-authored-by: Barthelemy Vessemont <barthelemy@storelift.co >
2020-04-08 07:17:44 -07:00
Yann Soubeyrand
c1bd30cbe0
fix(prometheus-operator): remove status field in CRDs ( #21824 )
...
Having the status field in the CRDs prevents continuous deployment tools (like
Argo CD) from converging.
Signed-off-by: Yann Soubeyrand <yann.soubeyrand@camptocamp.com >
2020-04-08 04:31:43 -07:00