Skip to content

Commit 047426d

Browse files
authored
Merge pull request #5250 from tenzen-y/update-jobsuccesspolicy-kep
KEP-3998: Update JobSuccessPolicy feature Status
2 parents 397f701 + 8da8e36 commit 047426d

File tree

2 files changed

+5
-1
lines changed
  • keps/sig-apps
    • 3939-allow-replacement-when-fully-terminated
    • 3998-job-success-completion-policy

2 files changed

+5
-1
lines changed

keps/sig-apps/3939-allow-replacement-when-fully-terminated/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -614,6 +614,10 @@ We expect no non-infra related flakes in the last month as a GA graduation crite
614614
the resources are released (see [tracking the terminating pods](#tracking-the-terminating-pods)).
615615
Also, provide links for the relevant integration tests in the KEP.
616616
- Lock the `JobPodReplacementPolicy` feature-gate to true
617+
- Restore the `.status.terminating` assertion for JobSuccessPolicy Conformance Tests in the following:
618+
- https://github.com/kubernetes/kubernetes/blob/44c230bf5c321056e8bc89300b37c497f464f113/test/e2e/apps/job.go#L514-L515
619+
- https://github.com/kubernetes/kubernetes/blob/44c230bf5c321056e8bc89300b37c497f464f113/test/e2e/apps/job.go#L556-L557
620+
- https://github.com/kubernetes/kubernetes/blob/44c230bf5c321056e8bc89300b37c497f464f113/test/e2e/apps/job.go#L597-L598
617621

618622
#### Deprecation
619623

keps/sig-apps/3998-job-success-completion-policy/kep.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors:
55
owning-sig: sig-apps
66
participating-sigs:
77
- sig-apps
8-
status: implementable
8+
status: implemented
99
creation-date: 2023-06-05
1010
reviewers:
1111
- "@mimowo"

0 commit comments

Comments
 (0)