Commit Graph

653 Commits

Author SHA1 Message Date
Philip Gough 3a4e292aab Sync with kubernetes-mixin 2021-06-22 11:11:40 +01:00
paulfantom ffea8f498e [bot] Automated version update 2021-06-18 13:50:44 +00:00
paulfantom d6201759b8 [bot] Automated version update 2021-06-14 13:50:57 +00:00
Paweł Krupa 11778868b1 Merge pull request #1202 from prashbnair/kube-mixin 2021-06-12 13:36:39 +02:00
Prashant Balachandran 78a4677370 pulling in changes from kubernetes-mixin
adding changes from kube-mixin
2021-06-12 15:26:37 +05:30
paulfantom 54f79428ce [bot] Automated version update 2021-06-11 13:51:10 +00:00
Paweł Krupa df197f6759 Merge pull request #1192 from prometheus-operator/automated-updates 2021-06-11 15:47:41 +02:00
paulfantom edc869991d manifests: regenerate 2021-06-11 11:02:21 +02:00
paulfantom a2cf1acd95 [bot] Automated version update 2021-06-10 13:59:30 +00:00
ArthurSens f643955034 Update alertmanager mixin
Signed-off-by: ArthurSens <arthursens2005@gmail.com>
2021-06-08 18:19:23 +00:00
Prem Saraswat 93282accb7 Generate manifests 2021-05-27 23:21:30 +05:30
paulfantom b10e0c9690 manifests: regenerate 2021-05-27 10:51:14 +02:00
paulfantom edd0eb639e manifests: regenerate 2021-05-26 12:50:11 +02:00
paulfantom 888443e447 manifests: regenerate 2021-05-25 16:03:49 +02:00
Paweł Krupa a1210f1eff Merge pull request #1132 from paulfantom/ruleNamespaceSelector 2021-05-06 23:05:34 +02:00
Damien Grisonnet a4a4d4b744 jsonnet: add PDB to prometheus-adapter
Adding a PodDisruptionBudget to prometheus-adapter ensure that at least
one replica of the adapter is always available. This make sure that even
during disruption the aggregated API is available and thus does not
impact the availability of the apiserver.

Signed-off-by: Damien Grisonnet <dgrisonn@redhat.com>
2021-05-05 16:15:25 +02:00
paulfantom 15a8351ce0 manifests: regenerate 2021-05-05 08:57:27 +02:00
paulfantom 415afa4cc0 *: cut release-0.8
Signed-off-by: paulfantom <pawel@krupa.net.pl>
2021-04-27 13:08:03 +02:00
Paweł Krupa a3d67f5219 Merge pull request #1095 from dgrisonnet/prometheus-adapter-ha
Make prometheus-adapter highly-available
2021-04-22 12:00:39 +02:00
Damien Grisonnet 4c6a06cf7e jsonnet: make prometheus-adapter highly-available
Prometheus-adapter is a component of the monitoring stack that in most
cases require to be highly available. For instance, we most likely
always want the autoscaling pipeline to be available and we also want to
avoid having no available backends serving the metrics API apiservices
has it would result in both the AggregatedAPIDown alert firing and the
kubectl top command not working anymore.

In order to make the adapter highly-avaible, we need to increase its
replica count to 2 and come up with a rolling update strategy and a
pod anti-affinity rule based on the kubernetes hostname to prevent the
adapters to be scheduled on the same node. The default rolling update
strategy for deployments isn't enough as the default maxUnavaible value
is 25% and is rounded down to 0. This means that during rolling-updates
scheduling will fail if there isn't more nodes than the number of
replicas. As for the maxSurge, the default should be fine as it is
rounded up to 1, but for clarity it might be better to just set it to 1.
For the pod anti-affinity constraints, it would be best if it was hard,
but having it soft should be good enough and fit most use-cases.

Signed-off-by: Damien Grisonnet <dgrisonn@redhat.com>
2021-04-22 09:57:14 +02:00
paulfantom 412061ef51 manifests: regenerate 2021-04-21 18:43:01 +02:00
Paweł Krupa 752d1a7fdc Merge pull request #1093 from ArthurSens/as/custom-alerts-description 2021-04-20 19:13:48 +02:00
Jan Fajerski 8b39a459fa update generated assets
Signed-off-by: Jan Fajerski <jfajersk@redhat.com>
2021-04-20 14:35:31 +02:00
ArthurSens 72b742d7e8 Regenerate manifests
Signed-off-by: ArthurSens <arthursens2005@gmail.com>
2021-04-16 18:06:47 +00:00
Kristijan Sedlak 28d58a9dbc Update versions 2021-04-14 20:19:00 +02:00
Jan Fajerski 1cefb18e55 update generated manifests
Signed-off-by: Jan Fajerski <jfajersk@redhat.com>
2021-04-09 11:53:06 +02:00
Paweł Krupa 2ba8d8aca2 Merge pull request #1058 from mansikulkarni96/windows_exporter 2021-04-07 10:07:33 +02:00
mansikulkarni96 7ba0479433 jsonnet: Add windows_exporter queries for adapter
This commit includes windows_exporter metrics in the
node queries for the prometheus adapter configuration.
This will help obtain the resource metrics: memory and
CPU for Windows nodes. This change will also help in
displaying metrics reported through the 'kubectl top'
command which currently reports 'unknown' status for
Windows nodes.
2021-03-29 14:55:11 -04:00
Lili Cosic 0df93109d4 manifests: Regenerate files 2021-03-29 14:32:08 +02:00
viperstars d1f401a73d add cluster role to list and watch ingresses in api group "networking.k8s.io" 2021-03-29 14:19:35 +08:00
paulfantom c960da64bb manifests: regenerate 2021-03-25 14:22:38 +01:00
Paweł Krupa ea12911e4f Merge pull request #1041 from lilic/ksm-2.0.0-rc.0 2021-03-25 14:18:27 +01:00
Jan Fajerski 9966c37573 update generated manifests
Signed-off-by: Jan Fajerski <jfajersk@redhat.com>
2021-03-24 16:52:30 +01:00
Paweł Krupa 63e20afe98 Merge pull request #1038 from paulfantom/prom-op-0.46 2021-03-19 16:11:41 +01:00
ArthurSens 2fa7ef162f Add externalLabels on Prometheus defaults
Signed-off-by: ArthurSens <arthursens2005@gmail.com>
2021-03-18 18:36:10 +00:00
Lili Cosic 09b30e124f manifests: Regenerate 2021-03-18 09:30:35 +01:00
paulfantom 8b877c1753 manifests: regenerate 2021-03-16 18:48:58 +01:00
paulfantom 8b30b2b669 manifests: regenerate 2021-03-16 15:19:18 +01:00
paulfantom 9268851d8b *: regenerate 2021-03-15 16:34:29 +01:00
Matthias Loibl 8e5bf00c54 Merge pull request #984 from paulfantom/am_resources
jsonnet/alertmanager: add default alertmanager resource requirements
2021-03-08 10:20:20 +01:00
ArthurSens bb2971e874 Add runbook_url annotation for custom mixins
Signed-off-by: ArthurSens <arthursens2005@gmail.com>
2021-03-05 14:07:01 +00:00
ArthurSens e586afb280 Add runbook_url annotation to all alerts
Signed-off-by: ArthurSens <arthursens2005@gmail.com>
2021-03-05 13:39:40 +00:00
s-urbaniak 654283a048 Auto-updated dependencies 2021-03-03 08:38:39 +00:00
paulfantom e13ec2e448 manifests: regenerate 2021-03-01 13:27:17 +01:00
paulfantom d753169176 manifests: regenerate 2021-02-25 18:52:31 +01:00
paulfantom c229d9d34c manifests: regenerate 2021-02-23 12:09:07 +01:00
Paweł Krupa f691421c91 Merge pull request #960 from paulfantom/k8s-control-plane
Do not modify $.prometheus object when it is not needed (k8s control plane)
2021-02-23 10:30:17 +01:00
Frederic Branczyk da05d36c31 Merge pull request #941 from paulfantom/ksm-krp-cpu
increase default CPU values for main kube-rbac-proxy sidecar in kube-state-metrics
2021-02-23 09:50:16 +01:00
paulfantom 390f2d72db manifests: regenerate 2021-02-23 09:36:35 +01:00
paulfantom 66e4a7ba15 *: regenerate 2021-02-22 16:38:34 +01:00