Skip to content
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

KEP-4368 update to add graduation criteria to adjust the validation based on the decisions #4542

Merged
merged 1 commit into from Mar 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -430,6 +430,8 @@ We propose a single e2e test for the following scenario:

- e2e tests
- implement the `job_by_external_controller_total` metric
- address all known inconsistencies between validation and the Job controller behavior,
in particular: [#123775](https://github.com/kubernetes/kubernetes/issues/123775)
- verify the validation passes during e2e tests for open-source projects (like Kueue and JobSet)
- The feature flag enabled by default

Expand Down Expand Up @@ -971,6 +973,7 @@ N/A.
## Implementation History

- 2023-12.20 - First version of the KEP
- 2024-03-05 - Merged implementation PR [Support for the Job managedBy field (alpha)](https://github.com/kubernetes/kubernetes/pull/123273)

<!--
Major milestones in the lifecycle of a KEP should be tracked in this section.
Expand Down