From e6e3b43216d07e8ddc8f82856dc48e41553292b7 Mon Sep 17 00:00:00 2001 From: Sean Rester Date: Fri, 29 Oct 2021 13:01:22 -0400 Subject: [PATCH] 38798: Adding node status check --- pkg/supportbundle/defaultspec/spec.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pkg/supportbundle/defaultspec/spec.yaml b/pkg/supportbundle/defaultspec/spec.yaml index f3416b4c18..490d768fd4 100644 --- a/pkg/supportbundle/defaultspec/spec.yaml +++ b/pkg/supportbundle/defaultspec/spec.yaml @@ -265,3 +265,11 @@ spec: - pass: message: Goldpinger can communicate properly regexGroups: '"OK": ?(?P\w+)' + - nodeResources: + checkName: Node status check + outcomes: + - fail: + when: "nodeCondition(Ready) == False" + message: "Not all nodes are online." + +