diff --git a/pkg/framework/plugins/nodeutilization/usageclients.go b/pkg/framework/plugins/nodeutilization/usageclients.go index 90950d0b8..cc4fb4ce5 100644 --- a/pkg/framework/plugins/nodeutilization/usageclients.go +++ b/pkg/framework/plugins/nodeutilization/usageclients.go @@ -50,7 +50,7 @@ type notSupportedError struct { } func (e notSupportedError) Error() string { - return "maximum number of evicted pods per node reached" + return "pod usage quantification is not supported by this usage client" } func newNotSupportedError(usageClientType UsageClientType) *notSupportedError {