Skip to content

Commit 24ec1d8

Browse files
authored
Merge pull request #160 from prequel-dev/fix/misc
minor fixes
2 parents fc7511d + 4ca38a3 commit 24ec1d8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.49
1+
0.3.50

rules/cre-2025-0071/coredns-unavailable-dns-outage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ rules:
5555
event:
5656
source: cre.kubernetes
5757
match:
58-
- regex: "Scaled down replica set coredns-.+ from [1-9]+ to 0|Stopping container coredns|Readiness probe failed.+connection refused"
58+
- regex: "Scaled down replica set coredns-.+ from [1-9]+ to 0"

rules/cre-2025-0108/istio-readiness-probe.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ rules:
4848
event:
4949
source: cre.kubernetes
5050
match:
51-
- regex: "Readiness probe failed:"
51+
- regex: 'Readiness probe failed: .*: context deadline exceeded \(Client.Timeout exceeded while awaiting headers\)'
5252
count: 4
53-
- regex: "Back-off restarting failed container"
53+
- regex: 'Back-off restarting failed container'

0 commit comments

Comments
 (0)