Add log when deletion timestamp is being set on owner object

This commit is contained in:
Yusuke Kuoka 2022-03-13 12:16:29 +00:00
parent efb7fca308
commit fa8ff70aa2
1 changed files with 3 additions and 0 deletions

View File

@ -518,6 +518,9 @@ func collectPodsForOwners(ctx context.Context, c client.Client, log logr.Logger,
log.Error(err, "Failed to delete owner")
return nil, err
}
log.V(2).Info("Started deletion of owner")
continue
}