-
Notifications
You must be signed in to change notification settings - Fork 551
Remove grace period from csv deletions #2580
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
Remove grace period from csv deletions #2580
Conversation
@perdasilva: This pull request references Bugzilla bug 2039950, which is invalid:
Comment In response to this:
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. |
@perdasilva: No Bugzilla bug is referenced in the title of this pull request. In response to this:
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. |
@perdasilva I removed the BZ reference on the title. You only include the BZ info on downstream PR. |
@dinhxuanvu whoopsie - thank you, Vu! |
ce9b6c9
to
3536b01
Compare
3536b01
to
b51c294
Compare
bd068eb
to
c6541cd
Compare
Signed-off-by: perdasilva <[email protected]>
c6541cd
to
0338586
Compare
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.
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: perdasilva, tmshort 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 |
Signed-off-by: perdasilva [email protected]
Description of the change:
This PR removes the 0 grace period from the CSV deletion calls
Motivation for the change:
This causes all csv owned objects to also be deleted with a 0 grace period. This is impacting a customer that relies on grace period to clean up their pods.
Seems like there are other good reasons as well:
Reviewer Checklist
/doc