mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 22:46:12 +00:00
modify hostname of ErrReason
This commit is contained in:
parent
b959f01c5a
commit
b5487d823c
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user