yonahd / kor

A Golang Tool to discover unused Kubernetes Resources
MIT License
1.05k stars 97 forks source link

Bug: Duplicate printing of non existing namespaces #378

Closed yonahd closed 1 day ago

yonahd commented 1 week ago

Describe the bug Duplicate printing of non existing namespaces

To Reproduce Steps to reproduce the behavior: kor -n fake1,fake2 configmap namespace [fake1] not found namespace [fake2] not found namespace [fake1] not found namespace [fake2] not found kor version: vdev

Expected behavior kor -n fake1,fake2 configmap namespace [fake1] not found namespace [fake2] not found kor version: vdev

OS version, architecture and kor version Darwin x86_64 Kor version: 0.5.6

almilaneze commented 1 week ago

Hi Yonah, I can work on fixing this bug. Let me know if you are ok

yonahd commented 1 week ago

Assigned