-
Notifications
You must be signed in to change notification settings - Fork 669
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
Allow setting options successfulJobsHistoryLimit and failedJobsHistoryLimit for cronjob #453
Conversation
…yLimit for cronjob
Welcome @dieterdemeyer! |
Hi @dieterdemeyer. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions 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. |
/kind feature |
/assign @k82cn |
version: 0.19.0 | ||
appVersion: 0.19.0 | ||
version: 0.20.0 | ||
appVersion: 0.20.0 |
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.
descheduler 1.20 is not out yet, do you expect the PR to be merge after 1.20 is released?
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.
I was hoping that this could be merged and released in version 0.20.0
.
Should I not have modified this file ?
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.
That's still doable. It just feels strange to merge anything with 0.20 before the descheduler image for the release is published. I was just making sure :) No blocker here.
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.
If you want, I can revert the file to be more in line with other pull requests. It's a quick change..
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.
I will defer this to @damemi and @seanmalloy
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.
Technically the master branch correlates to the upcoming release, so this is a change we'll have to make anyway before the release. I don't see a problem making that change now if @seanmalloy doesn't either
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.
/approve
I'm fine with the changes here if it looks good to everyone else
version: 0.19.0 | ||
appVersion: 0.19.0 | ||
version: 0.20.0 | ||
appVersion: 0.20.0 |
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.
Technically the master branch correlates to the upcoming release, so this is a change we'll have to make anyway before the release. I don't see a problem making that change now if @seanmalloy doesn't either
/ok-to-test |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: damemi, dieterdemeyer, seanmalloy 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 |
Allow setting options successfulJobsHistoryLimit and failedJobsHistoryLimit for cronjob
Allow end users to optionally set the descheduler CronJob
.spec.successfulJobsHistoryLimit
and.spec.failedJobsHistoryLimit
when installing using helm chart.