You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We don't need to return the errors that get encountered in capi providers. Instead, we should just log the error, and return ctrl.Result{}, nil. If the resource status is not ready, a redo of the reconcile gets triggered anyways. This exists in all of our providers, so we'll need to clean it up everywhere.
The text was updated successfully, but these errors were encountered:
We don't need to return the errors that get encountered in capi providers. Instead, we should just log the error, and
return ctrl.Result{}, nil
. If the resource status is not ready, a redo of the reconcile gets triggered anyways. This exists in all of our providers, so we'll need to clean it up everywhere.The text was updated successfully, but these errors were encountered: