vmware-tanzu / velero

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

[release-1.14] Don't consider unschedulable pods unrecoverable #7926

Closed sseago closed 3 months ago

sseago commented 3 months 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.

cherry-pick of #7899

Does your change fix a particular issue?

Fixes #7898

Please indicate you've done the following:

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 58.79%. Comparing base (2fc6300) to head (d21d413).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## release-1.14 #7926 +/- ## ================================================ - 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.

shubham-pampattiwar commented 3 months ago

/lgtm