Skip to content

Commit

Permalink
assets,site/content: daily assets regeneration
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 4, 2025
1 parent ba0b236 commit cab3ee2
Show file tree
Hide file tree
Showing 10 changed files with 3,851 additions and 12 deletions.
8 changes: 2 additions & 6 deletions assets/kubernetes/alerts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -668,12 +668,8 @@ groups:
runbook_url: https://github.com/kubernetes-monitoring/kubernetes-mixin/tree/master/runbook.md#alert-name-kubelettoomanypods
summary: Kubelet is running at capacity.
expr: |
count by (cluster, node) (
(kube_pod_status_phase{job="kube-state-metrics", phase="Running"} == 1)
* on (cluster, namespace, pod) group_left (node)
group by (cluster, namespace, pod, node) (
kube_pod_info{job="kube-state-metrics"}
)
max by (cluster, node) (
label_replace(kubelet_running_pods{job="kubelet"} > 1, "node", "$1", "instance", "(.*)")
)
/
max by (cluster, node) (
Expand Down
Loading

0 comments on commit cab3ee2

Please sign in to comment.