yonahd / kor

A Golang Tool to discover unused Kubernetes Resources
MIT License
974 stars 91 forks source link

Feature: support regexes in resource exceptions #276

Closed yonahd closed 3 months ago

yonahd commented 4 months ago

Is your feature request related to a problem? Please describe. When mapping the false positives in different kubernetes distributions we found some resources we couldn't exclude due to the name being dependent on random or specific (e.g. Node name) Support excluding these resources .

yonahd commented 4 months ago

270

Itaykal commented 4 months ago

I'll be happy to work on this