velero
velero copied to clipboard
Backup and migrate Kubernetes applications and their persistent volumes
**What steps did you take and what happened:** I'm hoping this is just a configuration error, but I burned about half a day digging into it. The error I had...
**What steps did you take and what happened:** Velero 1.9.0 is deployed on AWS EKS 1.22 via an official Helm chart v2.31.0. Plugins: AWS v1.5.0, CSI v0.3.0. Upon backing up,...
**What steps did you take and what happened:** Since a few days, all my scheduled backups are stuck in `InProgress` for days, without any error in the logs. The last...
**What steps did you take and what happened:** Let the schedule try to do a backup or run this command velero backup create xxxxx **What did you expect to happen:**...
**Describe the problem/challenge you have** The current resource filtering mechanism (IncludedResources/ExcludedResources + IncludeClusterResources flag) is not flexible enough to cover some special scenarios **Describe the solution you'd like** Add a...
**What steps did you take and what happened:** There is a configured pod and pvc/pv backup using restic Backups work, but if you then delete the restic directory in the...
**What steps did you take and what happened:** We were trying to run velero backups with pod volume backups. where pod volumes that need to be backed up using Restic....
**What steps did you take and what happened:** I'd like to integrate my backup schedule into GitOps - as such, having the schedule as a file to apply is important....
Signed-off-by: danfengl Thank you for contributing to Velero! # Please add a summary of your change # Does your change fix a particular issue? Fixes #5031 # Please indicate you've...
**Describe the problem/challenge you have** Through velero cli or CR, there is high level error message, such as `PartiallyFailed` when a backup or a restore fails. However for end users,...