yonahd / kor

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

Map false unused resources: minikube #238

Closed yonahd closed 5 months ago

yonahd commented 5 months ago

Find all default resources in a minikube cluster that kor flags as unused. List them Create an issue to exclude them Bonus: Open merge request with the exclusions (example can be found here https://github.com/yonahd/kor/blob/main/pkg/kor/serviceaccounts.go#L16)

cecobask commented 5 months ago

Can I work on this issue? @yonahd

yonahd commented 5 months ago

Can I work on this issue? @yonahd

Sure. Thank you!