Skip to content

Commit

Permalink
38798: Adding node status check
Browse files Browse the repository at this point in the history
  • Loading branch information
syntastical committed Oct 29, 2021
1 parent 42e6ef4 commit e6e3b43
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pkg/supportbundle/defaultspec/spec.yaml
Expand Up @@ -265,3 +265,11 @@ spec:
- pass:
message: Goldpinger can communicate properly
regexGroups: '"OK": ?(?P<OK>\w+)'
- nodeResources:
checkName: Node status check
outcomes:
- fail:
when: "nodeCondition(Ready) == False"
message: "Not all nodes are online."


0 comments on commit e6e3b43

Please sign in to comment.