@@ -22,6 +22,51 @@ local unwatedAlerts = [
22
22
'CertManagerCertExpirySoon' ,
23
23
'CertManagerCertNotReady' ,
24
24
'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' ,
25
70
];
26
71
27
72
{
0 commit comments