Skip to content

Commit

Permalink
fix(flux): ignore connection timed out
Browse files Browse the repository at this point in the history
  • Loading branch information
jfroy committed Dec 15, 2024
1 parent d80c191 commit 8ba7e1e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kubernetes/apps/flux-system/namespace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ spec:
name: "*"
exclusionList:
- "context canceled$"
- "dial.*tcp.*timeout"
- "error.*lookup github\\.com"
- "error.*lookup raw\\.githubusercontent\\.com"
- "dial.*tcp.*timeout"
- "read: connection timed out"
- "waiting.*socket"

0 comments on commit 8ba7e1e

Please sign in to comment.