Skip to content

Commit bfe9171

Browse files
vulkoingimroboquat
authored andcommitted
Remove Kube*Overcommit alerts
1 parent f9717b1 commit bfe9171

File tree

2 files changed

+1
-26
lines changed

2 files changed

+1
-26
lines changed

Diff for: .github/CODEOWNERS

+1
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@
8888
/dev/loadgen @gitpod-io/engineering-workspace
8989
/dev/preview @gitpod-io/devx
9090
/operations/observability/mixins @gitpod-io/engineering-delivery-operations-experience
91+
/operations/observability/mixins/platform @gitpod-io/devx
9192
/operations/observability/mixins/IDE @gitpod-io/engineering-ide
9293
/operations/observability/mixins/meta @gitpod-io/engineering-webapp
9394
/operations/observability/mixins/workspace @gitpod-io/engineering-workspace

Diff for: operations/observability/mixins/platform/rules/kubernetes/kubernetes.yaml

-26
Original file line numberDiff line numberDiff line change
@@ -49,32 +49,6 @@ spec:
4949
labels:
5050
severity: warning
5151
team: platform
52-
- alert: KubeCPUOvercommit
53-
annotations:
54-
description: Cluster has overcommitted CPU resource requests for Pods by {{ $value }} CPU shares and cannot tolerate node failure.
55-
summary: Cluster has overcommitted CPU resource requests.
56-
dashboard_url: https://grafana.gitpod.io/d/efa86fd1d0c121a26444b636a3f509a8
57-
expr: |
58-
sum(namespace_cpu:kube_pod_container_resource_requests:sum{}) - (sum(kube_node_status_allocatable{resource="cpu"}) - max(kube_node_status_allocatable{resource="cpu"})) > 0
59-
and
60-
(sum(kube_node_status_allocatable{resource="cpu"}) - max(kube_node_status_allocatable{resource="cpu"})) > 0
61-
for: 60m
62-
labels:
63-
severity: warning
64-
team: platform
65-
- alert: KubeMemoryOvercommit
66-
annotations:
67-
description: Cluster has overcommitted memory resource requests for Pods by {{ $value | humanize }} bytes and cannot tolerate node failure.
68-
summary: Cluster has overcommitted memory resource requests.
69-
dashboard_url: https://grafana.gitpod.io/d/efa86fd1d0c121a26444b636a3f509a8
70-
expr: |
71-
sum(namespace_memory:kube_pod_container_resource_requests:sum{}) - (sum(kube_node_status_allocatable{resource="memory"}) - max(kube_node_status_allocatable{resource="memory"})) > 0
72-
and
73-
(sum(kube_node_status_allocatable{resource="memory"}) - max(kube_node_status_allocatable{resource="memory"})) > 0
74-
for: 60m
75-
labels:
76-
severity: warning
77-
team: platform
7852
- alert: KubePersistentVolumeFillingUp
7953
annotations:
8054
description: The PersistentVolume claimed by {{ $labels.persistentvolumeclaim }} in Namespace {{ $labels.namespace }} is only {{ $value | humanizePercentage }} free.

0 commit comments

Comments
 (0)