Cronjob beta defaults#52533
Conversation
75a56cf to
eade908
Compare
janetkuo
left a comment
There was a problem hiding this comment.
Default values cannot be changed in the same API version. This PR should either target 1.8 or wait for the next API version.
|
@soltysh should we remove the 1.9 milestone then? |
|
@janetkuo I'm not sure we're able to get this in for 1.8, or do we? /retest |
|
This seems fairly important, and API changes are the most critical thing to get right before we ship. Let's get the release team involved |
|
/lgtm |
|
@soltysh we should request an exception |
|
cc @jdumars (1.8 release team lead) |
|
This has API approval for 1.8 because we cannot change this post ship. |
|
We need to ship this in 1.8 as break fix. Correct defaults is not a feature. Incorrect defaults is a bug. |
|
@jdumars @michelleN @kubernetes/sig-release-api-reviews @kubernetes/sig-release-bugs we need an exception for this so we can release it in 1.8. |
|
This has already been added to the 1.8 milestone, and looks like it just needs approval to move forward. |
|
/retest |
|
/approve no-issue |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: erictune, janetkuo, smarterclayton, soltysh Associated issue requirement bypassed by: smarterclayton The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
|
/test pull-kubernetes-unit |
|
/test all [submit-queue is verifying that this PR is safe to merge] |
|
@soltysh: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
|
Automatic merge from submit-queue (batch tested with PRs 52500, 52533). If you want to cherry-pick this change to another branch, please follow the instructions here.. |
What this PR does / why we need it:
I forget to set the defaults in beta for (successful|failed)JobsHistoryLimit so doing this now. It's already too late for 1.8 so this goes into 1.9.
Release note: