We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 79fee52 + 4d3f5cd commit 0c8dc93Copy full SHA for 0c8dc93
pkg/kubelet/lifecycle/predicate.go
@@ -269,7 +269,7 @@ type PredicateFailureError struct {
269
}
270
271
func (e *PredicateFailureError) Error() string {
272
- return fmt.Sprintf("Predicate %s failed", e.PredicateName)
+ return fmt.Sprintf("Predicate %s failed: %s", e.PredicateName, e.PredicateDesc)
273
274
275
// GetReason returns the reason of the PredicateFailureError.
0 commit comments