We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f9e425 commit e04844fCopy full SHA for e04844f
pkg/util/provider/machinecontroller/node.go
@@ -63,7 +63,7 @@ func (c *controller) updateNode(oldObj, newObj any) {
63
64
// Do not process node updates if there is no associated machine
65
// 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.
+ // as the update handler will be triggered again due to kubelet updates.
67
machine, err := c.getMachineFromNode(node.Name)
68
if err != nil {
69
klog.Errorf("unable to handle update event for node %q, couldn't fetch associated machine. Error: %v", node.Name, err)
0 commit comments