Skip to content

Commit e04844f

Browse files
committed
Update comment
1 parent 7f9e425 commit e04844f

File tree

1 file changed

+1
-1
lines changed
  • pkg/util/provider/machinecontroller

1 file changed

+1
-1
lines changed

pkg/util/provider/machinecontroller/node.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ func (c *controller) updateNode(oldObj, newObj any) {
6363

6464
// Do not process node updates if there is no associated machine
6565
// In case of transient errors while fetching machine, do not retry
66-
// as the update handler will be triggered again due to a health check.
66+
// as the update handler will be triggered again due to kubelet updates.
6767
machine, err := c.getMachineFromNode(node.Name)
6868
if err != nil {
6969
klog.Errorf("unable to handle update event for node %q, couldn't fetch associated machine. Error: %v", node.Name, err)

0 commit comments

Comments
 (0)