Skip to content

Commit

Permalink
Update controlplane/kubeadm/controllers/controller.go
Browse files Browse the repository at this point in the history
Co-authored-by: Jason DeTiberus <[email protected]>
  • Loading branch information
Ben Moss and detiber authored Jul 6, 2020
1 parent 00ec57d commit e1ed12c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controlplane/kubeadm/controllers/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -639,5 +639,5 @@ func (r *KubeadmControlPlaneReconciler) remediateUnhealthy(ctx context.Context,
return errors.Wrap(err, "failed to patch unhealthy machine")
}

return &capierrors.RequeueAfterError{RequeueAfter: deleteRequeueAfter}
return nil
}

0 comments on commit e1ed12c

Please sign in to comment.