-
Notifications
You must be signed in to change notification settings - Fork 526
Disable plutono-datasources ConfigMap garbage collection #12762
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
Conversation
/cherry-pick release-v1.125 |
/cherry-pick release-v1.124 |
@timebertt: once the present PR merges, I will cherry-pick it on top of release-v1.125 in a new PR and assign it to you. 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-sigs/prow repository. |
@timebertt: once the present PR merges, I will cherry-pick it on top of release-v1.124 in a new PR and assign it to you. 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-sigs/prow repository. |
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.
Thank you :)
/lgtm
/approve
LGTM label has been added. Git tree hash: d69b5dcc25f3ac7b23e06580de7516e400f72255
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: rfranzke 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 |
@timebertt: new pull request created: #12765 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-sigs/prow repository. |
@timebertt: new pull request created: #12766 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-sigs/prow repository. |
How to categorize this PR?
/area monitoring
/kind bug
What this PR does / why we need it:
Follow-up to #12476:
Stop marking
plutono-datasources
as unique to stop the wrongful garbage collection.Which issue(s) this PR fixes:
Fixes #12760
Special notes for your reviewer:
/cc @rfranzke
After this PR, the old and unused (immutable) ConfigMap will eventually be garbage collected for one last time – so that this PR doesn't require any migration code.
Release note: