vmware-tanzu / velero

Backup and migrate Kubernetes applications and their persistent volumes
https://velero.io
Apache License 2.0
8.4k stars 1.37k forks source link

Don't consider unschedulable pods unrecoverable #7899

Closed sseago closed 4 days ago

sseago commented 1 week ago

Thank you for contributing to Velero!

Please add a summary of your change

Don't consider "unschedulable" pods unrecoverable (for fast fail purposes), since pods will be briefly unschedulable while waiting for PV provisioning.

Does your change fix a particular issue?

Fixes #7898

Please indicate you've done the following:

codecov[bot] commented 1 week ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 58.79%. Comparing base (89229d3) to head (9614ead).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #7899 +/- ## ========================================== - Coverage 58.80% 58.79% -0.01% ========================================== Files 345 345 Lines 28771 28766 -5 ========================================== - Hits 16919 16914 -5 Misses 10423 10423 Partials 1429 1429 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

Lyndon-Li commented 4 days ago

@sseago Please help to cherry-pick this PR to 1.14. Thanks.