- Jul 11, 2022
-
-
Prometheus Operator Bot authored
-
- Jul 04, 2022
-
-
Prometheus Operator Bot authored
-
- Jun 27, 2022
-
-
Prometheus Operator Bot authored
-
- Jun 20, 2022
-
-
Haoyu Sun authored
Signed-off-by:
Haoyu Sun <hasun@redhat.com>
-
Prometheus Operator Bot authored
-
- Jun 16, 2022
-
-
Haoyu Sun authored
-
- Jun 13, 2022
-
-
Prometheus Operator Bot authored
-
- Jun 06, 2022
-
-
Prometheus Operator Bot authored
-
- May 30, 2022
-
-
Prometheus Operator Bot authored
-
- May 23, 2022
-
-
Prometheus Operator Bot authored
-
- May 16, 2022
-
-
Prometheus Operator Bot authored
-
- May 09, 2022
-
-
Prometheus Operator Bot authored
-
- May 02, 2022
-
-
Prometheus Operator Bot authored
-
- Apr 25, 2022
-
-
Prometheus Operator Bot authored
-
- Apr 23, 2022
-
-
ArthurSens authored
Signed-off-by:
ArthurSens <arthursens2005@gmail.com>
-
- Apr 19, 2022
-
-
Vladislav Polyakov authored
-
Vladislav Polyakov authored
-
- Apr 18, 2022
-
-
Prometheus Operator Bot authored
-
- Apr 14, 2022
-
-
Vladislav Polyakov authored
-
- Apr 13, 2022
-
-
Arunprasad Rajkumar authored
Previously[1] we attempted to do the same, but there was a misunderstanding about the GC behavior and it caused the alert to be fired even before GC comes into play. According to[2][3] kubelet GC kicks in only when `imageGCHighThresholdPercent` is hit which is set to 85% by default. However `NodeFilesystemSpaceFillingUp` is set to fire as soon as 80% usage is hit. This commit changes the `fsSpaceFillingUpWarningThreshold` to 15% so that we give ample time to GC to reclaim unwanted images. This commit also changes `fsSpaceFillingUpCriticalThreshold` to 10% which gives more time to admins to react to warning before sending critical alert. [1] https://github.com/prometheus-operator/kube-prometheus/pull/1357 [2] https://docs.openshift.com/container-platform/4.10/nodes/nodes/nodes-nodes-garbage-collection.html#nodes-nodes-garbage-collection-images_nodes-nodes-configuring [3] https://kubernetes.io/docs/reference/config-api/kubelet-config.v1beta1/ Signed-off-by:
Arunprasad Rajkumar <arajkuma@redhat.com>
-
- Apr 12, 2022
-
-
ArthurSens authored
Signed-off-by:
ArthurSens <arthursens2005@gmail.com>
-
- Apr 11, 2022
-
-
Prometheus Operator Bot authored
-
ArthurSens authored
Signed-off-by:
ArthurSens <arthursens2005@gmail.com>
-
- Apr 07, 2022
-
-
ArthurSens authored
Signed-off-by:
ArthurSens <arthursens2005@gmail.com>
-
- Apr 05, 2022
-
-
ArthurSens authored
Signed-off-by:
ArthurSens <arthursens2005@gmail.com>
-
- Apr 04, 2022
-
-
Prometheus Operator Bot authored
-
- Mar 30, 2022
-
-
Matthias Loibl authored
-
Joao Marcal authored
-
Joao Marcal authored
Problem: Currently the prometheus-adapter pods are restarted at the same time even though the deployment is configured with strategy RollingUpdate. This happens because the kubelet does not know when the prometheus-adapter pods are ready to start receiving requests. Solution: Add both readinessProbe and livenessProbe to the prometheus-adapter, this way the kubelet will know when either the pod stoped working and should be restarted or simply when it ready to start receiving requests. Issue: https://bugzilla.redhat.com/show_bug.cgi?id=2048333
-
- Mar 28, 2022
-
-
Prometheus Operator Bot authored
-
- Mar 21, 2022
-
-
Prometheus Operator Bot authored
-
- Mar 14, 2022
-
-
Prometheus Operator Bot authored
-
- Mar 10, 2022
-
-
Prem Sichanugrist authored
-
- Mar 09, 2022
-
-
paulfantom authored
Signed-off-by:
paulfantom <pawel@krupa.net.pl> Signed-off-by:
Paweł Krupa (paulfantom) <pawel@krupa.net.pl> (cherry picked from commit d3ea3147a8fa643413fbcba368c0de88aec8f7eb) (cherry picked from commit d24c347b2742d9474c8f441f2831262c63b8c79b)
-
Arthur Silva Sens authored
Signed-off-by:
GitHub <noreply@github.com> (cherry picked from commit df68b8d1da5d2d91b9502d4be67063c2c497e0cb)
-
Arthur Silva Sens authored
Signed-off-by:
GitHub <noreply@github.com> (cherry picked from commit 86e16b539cc57710b50f4692848cab5645e3d2bc)
-
Paweł Krupa (paulfantom) authored
(cherry picked from commit b4bf38ba6c0f4ad34bc080b0c655454c3ab1fbdb) (cherry picked from commit c21bf4fbfa478fd163c091054d9fcc98836d7045)
-
paulfantom authored
(cherry picked from commit f8c00b9963cc63a3cf98dd1c825943d4df92d9c4) (cherry picked from commit f09b8e5de2e46db85f090549d37eeb878a81842f)
-
- Mar 07, 2022
-
-
Prometheus Operator Bot authored
-
- Feb 28, 2022
-
-
Prometheus Operator Bot authored
-