mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-08 16:30:57 -04:00
Fix typo in node lifecycle controller
This commit is contained in:
parent
5fe910191a
commit
4977aa0ceb
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ func (c *CloudNodeLifecycleController) Run(stopCh <-chan struct{}) {
|
|||
}
|
||||
|
||||
// MonitorNodes checks to see if nodes in the cluster have been deleted
|
||||
// or shutdown. If deleeted, it deletes the node resource. If shutdown it
|
||||
// or shutdown. If deleted, it deletes the node resource. If shutdown it
|
||||
// applies a shutdown taint to the node
|
||||
func (c *CloudNodeLifecycleController) MonitorNodes() {
|
||||
instances, ok := c.cloud.Instances()
|
||||
|
|
|
|||
Loading…
Reference in a new issue