mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 06:27:05 +00:00
Merge pull request #78821 from jhedev/fix/typo_node_lifecycle_controller
Fix typo in node lifecycle controller
This commit is contained in:
commit
6e1d8a8fac
@ -115,7 +115,7 @@ func (c *CloudNodeLifecycleController) Run(stopCh <-chan struct{}) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// MonitorNodes checks to see if nodes in the cluster have been deleted
|
// 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
|
// applies a shutdown taint to the node
|
||||||
func (c *CloudNodeLifecycleController) MonitorNodes() {
|
func (c *CloudNodeLifecycleController) MonitorNodes() {
|
||||||
instances, ok := c.cloud.Instances()
|
instances, ok := c.cloud.Instances()
|
||||||
|
Loading…
Reference in New Issue
Block a user