Skip to content

Commit

Permalink
Update internal/controllers/machineset/machineset_controller.go
Browse files Browse the repository at this point in the history
Co-authored-by: Lubomir I. Ivanov <neolit123@gmail.com>
  • Loading branch information
jessehu and neolit123 authored Mar 28, 2024
1 parent d32de47 commit 4dc01ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/controllers/machineset/machineset_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -885,7 +885,7 @@ func (r *Reconciler) updateStatus(ctx context.Context, cluster *clusterv1.Cluste

node, err := r.getMachineNode(ctx, cluster, machine)
if err != nil && machine.GetDeletionTimestamp().IsZero() {
return errors.Wrapf(err, "Unable to retrieve the status of Node %s", klog.KObj(node))
return errors.Wrapf(err, "unable to retrieve the status of Node %s", klog.KObj(node))
}

if noderefutil.IsNodeReady(node) {
Expand Down

0 comments on commit 4dc01ed

Please sign in to comment.