mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-11 03:57:01 +00:00
Add log when deletion timestamp is being set on owner object
This commit is contained in:
@@ -518,6 +518,9 @@ func collectPodsForOwners(ctx context.Context, c client.Client, log logr.Logger,
|
|||||||
log.Error(err, "Failed to delete owner")
|
log.Error(err, "Failed to delete owner")
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
|
||||||
|
log.V(2).Info("Started deletion of owner")
|
||||||
|
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user