Skip to content

Commit

Permalink
Fixes to analysers causing some false warning (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
banjoh authored Jan 3, 2024
1 parent 2bd7764 commit 5c5572d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions in-cluster/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ spec:
message: EKCO is installed and running
- textAnalyze:
checkName: Check installed EKCO version for critical fixes
fileName: ekco-resources/ekco-resources.log
fileName: cluster-resources/deployments/kurl.json
regexGroups: '"image": "replicated/ekco:v(?P<Major>\d+)\.(?P<Minor>\d+)\.(?P<Patch>\d+)"'
outcomes:
- warn:
Expand Down Expand Up @@ -399,8 +399,7 @@ spec:
message: A Contour pod, {{ .Name }}, is unhealthy with a status of {{ .Status.Reason }}. Restarting the pod may fix the issue.
- textAnalyze:
checkName: longhorn multipath conflict
exclude: ""
ignoreIfNoFiless: true
ignoreIfNoFiles: true
fileName: longhorn/longhorn-system/logs/longhorn-csi-plugin-*/longhorn-csi-plugin.log
outcomes:
- fail:
Expand All @@ -414,6 +413,7 @@ spec:
- textAnalyze:
checkName: Minio disk full
fileName: cluster-resources/pods/logs/kurl/registry-*/registry.log
ignoreIfNoFiles: true
regex: '.*XMinioStorageFull: Storage backend has reached its minimum free disk threshold.*'
outcomes:
- fail:
Expand All @@ -438,6 +438,7 @@ spec:
- textAnalyze:
checkName: Rook rbd filesystem consistency
fileName: /kots/rook/rook-ceph-agent-*.log
ignoreIfNoFiles: true
regex: 'UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.'
outcomes:
- fail:
Expand Down

0 comments on commit 5c5572d

Please sign in to comment.