Merge pull request #78821 from jhedev/fix/typo_node_lifecycle_controller

Fix typo in node lifecycle controller
This commit is contained in:
Kubernetes Prow Robot 2019-06-14 20:46:36 -07:00 committed by GitHub
commit 6e1d8a8fac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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()