-
Notifications
You must be signed in to change notification settings - Fork 644
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
Clearing Old Conditions #1011
Comments
here's example output, i'll add a PR shortly
|
removed 120k+ conditions over 20k+ nodes using the linked PR's code just this morning. this is in addition to 4k-6k worth of conditions i removed while testing this 3 weeks back |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
we have observed that when changing our system log monitor configurations to omit a previously watched condition, the condition persists on the node object.
I have added a bool flag
--delete-deprecated-conditions
and stringSliceFlag--deprecated-condition-types
, plus a handler into thek8sexporter
that will delete conditions from a node object on exporter initialization.would this community be interested in a PR that supplies this feature?
The text was updated successfully, but these errors were encountered: