diff --git a/pkg/scheduler/framework/plugins/nodename/node_name.go b/pkg/scheduler/framework/plugins/nodename/node_name.go index ab716bc7b75..070170360ed 100644 --- a/pkg/scheduler/framework/plugins/nodename/node_name.go +++ b/pkg/scheduler/framework/plugins/nodename/node_name.go @@ -34,7 +34,7 @@ const ( Name = "NodeName" // ErrReason returned when node name doesn't match. - ErrReason = "node(s) didn't match the requested hostname" + ErrReason = "node(s) didn't match the requested node name" ) // Name returns name of the plugin. It is used in logs, etc.