Skip to content

KEP-3998: Update JobSuccessPolicy feature Status #5250

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -614,6 +614,10 @@ We expect no non-infra related flakes in the last month as a GA graduation crite
the resources are released (see [tracking the terminating pods](#tracking-the-terminating-pods)).
Also, provide links for the relevant integration tests in the KEP.
- Lock the `JobPodReplacementPolicy` feature-gate to true
- Restore the `.status.terminating` assertion for JobSuccessPolicy Conformance Tests in the following:
- https://github.com/kubernetes/kubernetes/blob/44c230bf5c321056e8bc89300b37c497f464f113/test/e2e/apps/job.go#L514-L515
- https://github.com/kubernetes/kubernetes/blob/44c230bf5c321056e8bc89300b37c497f464f113/test/e2e/apps/job.go#L556-L557
- https://github.com/kubernetes/kubernetes/blob/44c230bf5c321056e8bc89300b37c497f464f113/test/e2e/apps/job.go#L597-L598

#### Deprecation

Expand Down
2 changes: 1 addition & 1 deletion keps/sig-apps/3998-job-success-completion-policy/kep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors:
owning-sig: sig-apps
participating-sigs:
- sig-apps
status: implementable
status: implemented
creation-date: 2023-06-05
reviewers:
- "@mimowo"
Expand Down