mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Fix typo: registrying -> registering
This commit is contained in:
parent
32694a770c
commit
e457286983
@ -102,7 +102,7 @@ func (s *NodeController) Run(period time.Duration, syncNodeList bool) {
|
||||
glog.Errorf("Error getting nodes ips: %v", err)
|
||||
}
|
||||
if err = s.RegisterNodes(nodes, s.registerRetryCount, period); err != nil {
|
||||
glog.Errorf("Error registrying node list %+v: %v", nodes, err)
|
||||
glog.Errorf("Error registering node list %+v: %v", nodes, err)
|
||||
}
|
||||
|
||||
// Start syncing node list from cloudprovider.
|
||||
|
Loading…
Reference in New Issue
Block a user