yogeshkk / K8sPurger

Hunt Unused Resources In Kubernetes
Apache License 2.0
254 stars 27 forks source link

Handaling false positive resources #13

Closed yogeshkk closed 2 years ago

yogeshkk commented 3 years ago

Need to think about false positive resources.

There are many resources which will be marked as unused but not necessary unused. It might be ok for ad-hoc script run but it might be problem when running in K8S as services and specially when alerts are configured. One might get alert which are not genuine.

In order to tackle above a user can provide a list of resources which getting marked as false positive and before sending output we can remove such resources.

yogeshkk commented 2 years ago

Not enough free time to implement. :-(