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
Review the scenario which may lead to the objects not being properly cleaned up:
Create NonAdminBackup
Wait until Velero Backup is created and check if Finalizer is set on the NonAdminBackup
Remove NonAdminBackup object by invoking oc delete
Set the delete flag on the NonAdminBackup object
Expected:
The delete flag should kick in the velero deletion workflow as it takes precedence over oc delete, which may not be the case at the moment (need to investigate that workflow)
This behavior was seen during development of another feature, that's why it requires testing.
The text was updated successfully, but these errors were encountered:
Review the scenario which may lead to the objects not being properly cleaned up:
oc delete
Expected:
oc delete
, which may not be the case at the moment (need to investigate that workflow)This behavior was seen during development of another feature, that's why it requires testing.
The text was updated successfully, but these errors were encountered: