This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- alert: K8SNodeCPUUtilizationDev | |
override: ["K8SNodeCPUUtilization"] | |
enabled: true | |
expr: K8SNodeCPUUtilization{kubernetes_cluster="kube-dev"} | |
for: 1h | |
labels: | |
severity: warning | |
annotations: | |
identifier: '{{ $labels.kubernetes_cluster }}/{{ $labels.instance_name }}' | |
msg: Node CPU ultilization by containers has been over 90% for more than 5m. | |
reason: Node CPU ultilization by containers is high. Recalculate CPU request and limits. | |
value: '{{ printf "%.2f" $value }}%' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment