mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Merge pull request #97454 from lixiaobing1/nodename
modify hostname of ErrReason
This commit is contained in:
commit
3fedfb8ed8
@ -34,7 +34,7 @@ const (
|
|||||||
Name = "NodeName"
|
Name = "NodeName"
|
||||||
|
|
||||||
// ErrReason returned when node name doesn't match.
|
// 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.
|
// Name returns name of the plugin. It is used in logs, etc.
|
||||||
|
Loading…
Reference in New Issue
Block a user