-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unable to delete velero restore objects from the cloud storage #2697
Comments
This needs testing to see if it's a bug. |
A quick look at the code for this. We don't delete the restore data from the backup storage location. The only time we delete restores from the BSL is when the associated backup is deleted. I think we can make a case to add a flag that will delete the restore from the BSL. Going to let other @vmware-tanzu/velero-maintainers chime in on this. |
I think I am going to recant myself and call a bug.
Ran this on a cluster to confirm the behavior described in this issue. Thank you @sawansharma005 for reporting this. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
not stale. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
not stale |
Restore CRs are less sensitive than Backup CRs so we may not want to implement "RestoreDeletionController" One option can be leveraging the |
What steps did you take and what happened:
[A clear and concise description of what the bug is, and what commands you ran.)
I was trying to delete the restore objects using the below command but it is not deleting the restore objects from cloud storage.
velero restore delete ${restore_name}
What did you expect to happen:
It should delete the restore from velero as well as from the cloud storage
The output of the following commands will help us better understand what's going on:
(Pasting long output into a GitHub gist or other pastebin is fine.)
Server Side logs
Cloud side restore components are not deleting
Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]
Environment:
velero version
): 1.4.0velero client config get features
):kubectl version
):/etc/os-release
): ubuntuVote on this issue!
This is an invitation to the Velero community to vote on issues, you can see the project's top voted issues listed here.
Use the "reaction smiley face" up to the right of this comment to vote.
The text was updated successfully, but these errors were encountered: