CHORE(prometheus): disable CPU/Memory overcommit alerts
- Disable KubeCPUOvercommit and KubeMemoryOvercommit alerts - Cluster uses replica=2 with pod anti-affinity for HA
This commit is contained in:
@@ -170,6 +170,10 @@ kubeStateMetrics:
|
|||||||
# 기본 ServiceMonitors
|
# 기본 ServiceMonitors
|
||||||
defaultRules:
|
defaultRules:
|
||||||
create: true
|
create: true
|
||||||
|
# 비활성화할 개별 alert rule
|
||||||
|
disabled:
|
||||||
|
KubeCPUOvercommit: true
|
||||||
|
KubeMemoryOvercommit: true
|
||||||
rules:
|
rules:
|
||||||
alertmanager: true
|
alertmanager: true
|
||||||
etcd: false
|
etcd: false
|
||||||
|
|||||||
Reference in New Issue
Block a user