You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
summary: "Gateway {{ $labels.name }} is stuck for over 60 seconds without reaching Ready status"
20
-
description: "Gateway {{ $labels.name }} in namespace {{ $labels.namespace }} has been in creation/transition state for {{ $value }} seconds without reaching Ready status, which exceeds the 60-second SLO threshold."
23
+
summary: "Gateway {{ $labels.name }} is taking longer than 60 seconds to reach Ready status"
24
+
description: "Gateway {{ $labels.name }} in namespace {{ $labels.namespace }} has been in creation state for {{ $value }} seconds without reaching Ready status (Accepted=True AND Programmed=True), which exceeds the 60-second SLO threshold."
summary: "Gateway {{ $labels.name }} has been not Ready for over 60 seconds"
31
-
description: "Gateway {{ $labels.name }} in namespace {{ $labels.namespace }} has been in not Ready state for {{ $value }} seconds, which exceeds the 60-second SLO threshold."
38
+
summary: "Gateway {{ $labels.name }} has been degraded for over 60 seconds"
39
+
description: "Gateway {{ $labels.name }} in namespace {{ $labels.namespace }} has been in a degraded state (Accepted=False or Programmed=False) for {{ $value }} seconds without recovering, which exceeds the 60-second SLO threshold."
0 commit comments