Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Satoru Takeuchi <[email protected]>
  • Loading branch information
satoru-takeuchi committed Mar 1, 2024
1 parent 055d2f8 commit 4a2e585
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions e2e/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ var _ = BeforeSuite(func() {
fmt.Printf(string(stdout2))
stdout2, _, err = kubectl("-n", operatorNamespace, "describe", "pvc")
fmt.Printf(string(stdout2))
stdout2, _, err = kubectl("-n", operatorNamespace, "get", "node")
fmt.Printf(string(stdout2))
return fmt.Errorf("kubectl get deploy failed. stderr: %s, err: %w", string(stderr), err)
}

Expand Down

0 comments on commit 4a2e585

Please sign in to comment.