mirror of
https://github.com/kubernetes-sigs/descheduler.git
synced 2026-09-06 12:57:18 +00:00
Merge pull request #1897 from Mukuwul/fix/nodeutilization-notsupported-error-message
fix(nodeutilization): correct misleading notSupportedError message
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user