mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-08 22:23:15 +00:00
Merge pull request #4729 from kaovilai/doc_failed_orphaned
Clarify backups that get deleted via object storage sync
This commit is contained in:
@@ -86,7 +86,8 @@ Velero treats object storage as the source of truth. It continuously checks to s
|
||||
|
||||
This allows restore functionality to work in a cluster migration scenario, where the original backup objects do not exist in the new cluster.
|
||||
|
||||
Likewise, if a backup object exists in Kubernetes but not in object storage, it will be deleted from Kubernetes since the backup tarball no longer exists.
|
||||
Likewise, if a `Completed` backup object exists in Kubernetes but not in object storage, it will be deleted from Kubernetes since the backup tarball no longer exists.
|
||||
`Failed` or `PartiallyFailed` backup will not be removed by object storage sync.
|
||||
|
||||
[10]: backup-hooks.md
|
||||
[11]: restore-hooks.md
|
||||
|
||||
Reference in New Issue
Block a user