-
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
Update for "Retriable and non-retriable Pod failures for Jobs" #3646
Update for "Retriable and non-retriable Pod failures for Jobs" #3646
Conversation
7ad0bb9
to
9ba3595
Compare
8997606
to
47cb9de
Compare
5acc235
to
2ed5980
Compare
3514b63
to
b4c3029
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
keps/sig-apps/3329-retriable-and-non-retriable-failures/README.md
Outdated
Show resolved
Hide resolved
keps/sig-apps/3329-retriable-and-non-retriable-failures/README.md
Outdated
Show resolved
Hide resolved
keps/sig-apps/3329-retriable-and-non-retriable-failures/README.md
Outdated
Show resolved
Hide resolved
keps/sig-apps/3329-retriable-and-non-retriable-failures/README.md
Outdated
Show resolved
Hide resolved
keps/sig-apps/3329-retriable-and-non-retriable-failures/README.md
Outdated
Show resolved
Hide resolved
keps/sig-apps/3329-retriable-and-non-retriable-failures/README.md
Outdated
Show resolved
Hide resolved
keps/sig-apps/3329-retriable-and-non-retriable-failures/README.md
Outdated
Show resolved
Hide resolved
keps/sig-apps/3329-retriable-and-non-retriable-failures/README.md
Outdated
Show resolved
Hide resolved
keps/sig-apps/3329-retriable-and-non-retriable-failures/README.md
Outdated
Show resolved
Hide resolved
948f00a
to
5efca00
Compare
Co-authored-by: Maciej Szulik <[email protected]>
5efca00
to
e3f3fae
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mimowo, soltysh The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
The changes compared to the initial plan for Beta:
ResourceExhausted
condition (it was planned to be used for pods killed due to OOM killer or exceeding ephemeral storage limits)DisruptionTarget
condition in case of admission failuresDisruptionTarget
added by Kubelet is renamed fromDeletionByKubelet
toTerminationByKubelet
terminated_pods_tracking_finalizer_total
instead of extending the existing onejob_pods_finished_total
DisruptionTarget
override in case thestatus=True
for the pre-existing condition, because in a scenario when two components add the condition the choice of the condition is arbitrary and without a difference for the job controller. This also eliminates the need to commonize of the logic to avoiding the pod condition update