mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-22 02:41:04 +00:00
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Increase backoffLimit for job that we expect to fail several times **What this PR does / why we need it**: Since the introduction of `backoffLimit` for a job that single test failed majority of times on: `BackoffLimitExceeded: Job has reach the specified backoff limit`. I'm bumping this to 999, so that it has enough room to fail several times. **Which issue this PR fixes**: Fixes #35507. **Special notes for your reviewer**: **Release note**: ```release-note None ```