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 the k8sexporter that will delete conditions from a node object on exporter initialization.
would this community be interested in a PR that supplies this feature?
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-conditionsand stringSliceFlag--deprecated-condition-types, plus a handler into thek8sexporterthat will delete conditions from a node object on exporter initialization.would this community be interested in a PR that supplies this feature?