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
|
||||
defaultRules:
|
||||
create: true
|
||||
# 비활성화할 개별 alert rule
|
||||
disabled:
|
||||
KubeCPUOvercommit: true
|
||||
KubeMemoryOvercommit: true
|
||||
rules:
|
||||
alertmanager: true
|
||||
etcd: false
|
||||
|
||||
Reference in New Issue
Block a user