Skip to content

Commit

Permalink
Merge branch 'main' into adamancini-patch-etcdserver-space-exceeded
Browse files Browse the repository at this point in the history
  • Loading branch information
adamancini authored Aug 7, 2024
2 parents bb31826 + 097d8dd commit e6f8c57
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions in-cluster/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -481,3 +481,15 @@ spec:
message: "There are PVCs using more than 80% of storage: {{ .PVC.ConcatenatedNames }}"
- pass:
message: "No PVCs are using more than 80% of storage"
- event:
checkName: event-oom-check
namespace: default
reason: "OOMKilling"
kind: Node
outcomes:
- fail:
when: "true"
message: Event {{ .Reason }} by object {{ .InvolvedObject.Name }} kind {{ .InvolvedObject.Kind }} has message {{ .Message }}
- pass:
when: "false"
message: No OOMKilling event detected

0 comments on commit e6f8c57

Please sign in to comment.