-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Backoff Limit Per Index For Indexed Jobs #3850
Comments
/sig apps |
/assign @mimowo |
In addition to configuring the backoff per index, we should probably have |
/milestone v1.28 |
Hello @mimowo 👋, Enhancements team here. Just checking in as we approach enhancements freeze on 01:00 UTC Friday, 16th June 2023. This enhancement is targeting for stage Here's where this enhancement currently stands:
The status of this enhancement is marked as |
@aramase is there anything missing to make it tracked? |
Hey @mimowo The status of this enhancement is marked as |
Hello @mimowo 👋, 1.28 Docs Lead here. Does this enhancement work planned for 1.28 require any new docs or modification to existing docs? If so, please follows the steps here to open a PR against Also, take a look at Documenting for a release to get yourself familiarize with the docs requirement for the release. Thank you! |
Hey again @mimowo 👋 Just checking in as we approach Code freeze at 01:00 UTC Friday, 19th July 2023 . Here’s the enhancement’s state for the upcoming code freeze:
I see kubernetes/kubernetes#118009 PR in the issue description. If there are any other k/k related PR(s) that we should be tracking for this KEP please link them in the issue description above. As always, we are here to help if any questions come up. Thanks! |
Hey @mimowo 👋 Enhancements Lead here, |
I performed some manual testing on this feature and saw everything working as expected, a short summary of the details are below if you're interested. I ran on a local kind cluster (1.28) with alpha feature gate enabled, indexed jobs with completions = 1000,
Related to indexed jobs in general but not this specific feature, I was also interested in the delete behavior, because I've had trouble with bulk deletions of non-indexed jobs in the past, but it looks like everything was correctly cleaned up relatively quickly, even though I was churning through a couple indexed jobs (so thousands of pods) on my local machine. |
/remove-label lead-opted-in |
Hello 👋 1.30 Enhancements Lead here, I'm closing milestone 1.29 now, /milestone clear |
@mimowo if I am not mistaken, this feature should have a stage of beta. It turns out I can update the label! |
/stage beta |
Hi @soltysh, @mimowo, and @kannon92 , Enhancements Team here! Just wondering, if you are aiming to have this Enhancement in 1.30. If yes, please follow the instructions here to opt in the enhancement and make sure the lead-opted-in label is set so it can get added to the tracking board and finally add /milestone v1.30. Thanks! |
No plans to graduate in this release. |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
Hi folks! We are using this feature on |
Enhancement Description
One-line enhancement description (can be used as a release note): Add New Indexed Job backoff limit mode that is counted per index rather than per job
Kubernetes Enhancement Proposal: https://github.com/kubernetes/enhancements/tree/master/keps/sig-apps/3850-backoff-limits-per-index-for-indexed-jobs
Discussion Link: An Indexed Job mode that allows every index to execute kubernetes#109712
Primary contact (assignee): mimowo
Responsible SIGs: apps
Enhancement target (which target equals to which milestone):
Alpha
k/enhancements
) update PR(s): Backoff limit per Job Index #3967k/k
) update PR(s):k/website
) update PR(s): Docs update for Job's backoff limit per index (alpha in 1.28) website#41921Beta
k/enhancements
) update PR(s):k/k
) update PR(s):k/website
) update(s): Docs update for Job Backoff Limit Per Index in Beta website#43388The text was updated successfully, but these errors were encountered: