Skip to content

Commit 2cb168f

Browse files
authored
Remove all Kubernetes related alerts (#290)
Signed-off-by: ArthurSens <[email protected]> Signed-off-by: ArthurSens <[email protected]>
1 parent 76761a9 commit 2cb168f

File tree

2 files changed

+52
-673
lines changed

2 files changed

+52
-673
lines changed

lib/alert-filter.libsonnet

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,51 @@ local unwatedAlerts = [
2222
'CertManagerCertExpirySoon',
2323
'CertManagerCertNotReady',
2424
'CertManagerHittingRateLimits',
25+
26+
// From kubernetes
27+
'KubePodCrashLooping',
28+
'KubeDeploymentGenerationMismatch',
29+
'KubeDeploymentReplicasMismatch',
30+
'KubeStatefulSetReplicasMismatch',
31+
'KubeStatefulSetGenerationMismatch',
32+
'KubeStatefulSetUpdateNotRolledOut',
33+
'KubeDaemonSetRolloutStuck',
34+
'KubeContainerWaiting',
35+
'KubeDaemonSetNotScheduled', // Re-added to platform-mixin
36+
'KubeDaemonSetMisScheduled',
37+
'KubeJobNotCompleted', // Re-added to platform-mixin
38+
'KubeJobFailed', // Re-added to platform-mixin
39+
'KubeHpaReplicasMismatch',
40+
'KubeHpaMaxedOut',
41+
'KubeCPUOvercommit', // Re-added to platform-mixin
42+
'KubeMemoryOvercommit', // Re-added to platform-mixin
43+
'KubeCPUQuotaOvercommit',
44+
'KubeMemoryQuotaOvercommit',
45+
'KubeQuotaAlmostFull',
46+
'KubeQuotaFullyUsed',
47+
'KubeQuotaExceeded',
48+
'KubePersistentVolumeFillingUp', // Re-added to platform-mixin
49+
'KubePersistentVolumeInodesFillingUp',
50+
'KubePersistentVolumeErrors', // Re-added to platform-mixin
51+
'KubeVersionMismatch', // Re-added to platform-mixin
52+
'KubeAPIErrorBudgetBurn',
53+
'KubeClientCertificateExpiration',
54+
'KubeAggregatedAPIErrors',
55+
'KubeAggregatedAPIDown',
56+
'KubeAPIDown',
57+
'KubeAPITerminatedRequests',
58+
'KubeNodeNotReady', // Re-added to platform-mixin
59+
'KubeNodeUnreachable',
60+
'KubeletTooManyPods',
61+
'KubeNodeReadinessFlapping',
62+
'KubeletPlegDurationHigh',
63+
'KubeletPodStartUpLatencyHigh',
64+
'KubeletClientCertificateExpiration',
65+
'KubeletServerCertificateExpiration',
66+
'KubeletClientCertificateRenewalErrors',
67+
'KubeletServerCertificateRenewalErrors',
68+
'KubeletDown', // Re-added to platform-mixin
69+
'KubeClientErrors',
2570
];
2671

2772
{

0 commit comments

Comments
 (0)