Skip to content

Commit

Permalink
Merge pull request #97 from replicatedhq/adamancini-patch-etcdserver-…
Browse files Browse the repository at this point in the history
…space-exceeded
  • Loading branch information
adamancini authored Aug 7, 2024
2 parents 097d8dd + e6f8c57 commit 68b74a0
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions in-cluster/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,19 @@ spec:
- pass:
message: Goldpinger can communicate properly
regexGroups: '"OK": ?(?P<OK>\w+)'
- textAnalyze:
checkName: Etcdserver Database Size Exceeded
exclude: ""
ignoreIfNoFiles: true
fileName: "*"
regex: '(etcdserver)?.*mvcc.*database space exceeded'
outcomes:
- fail:
when: "true"
message: "etcdserver database has grown too large. See https://community.replicated.com/t/kubernetes-cluster-is-down-and-reporting-etcdserver-mvcc-database-size-exceeded/1428"
- pass:
when: "false"
message: etcdserver database is not too large
- nodeResources:
checkName: Node status check
outcomes:
Expand Down

0 comments on commit 68b74a0

Please sign in to comment.