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
r.Recorder.Event(machine, corev1.EventTypeWarning, "ReconcileError", errors.Wrapf(err, "Failed to reconcile OCIMachine").Error())
306
306
return reconcile.Result{}, errors.Wrapf(err, "failed to list workrequests for OCI Machine %s/%s", machineScope.OCIMachine.Namespace, machineScope.OCIMachine.Name)
307
307
}
308
+
final_error:=""
308
309
for_, wrqst:=rangewresp.Items {
309
310
ifwrqst.Status=="FAILED" {
310
311
logger.Info("Fetching work-request errors for the all failed work-requests for the instance")
0 commit comments