yonahd / kor

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

Bug: Unused Pods Not Included in "kor all" Output #230

Closed Yuni-sa closed 6 months ago

Yuni-sa commented 6 months ago

Describe the bug The getUnusedPods() function is not utilized in the getUnusedAllNamespaced() function, resulting in the omission of unused pods when running kor all.

To Reproduce Steps to reproduce the behavior: Execute kor all

Expected behavior Unused pods should be included in the output when running kor all.

Screenshots 526C2A22-5605-48A9-B817-8506B03981FB

OS version, architecture and kor version OS: macOS Version: 12.6.8 (21G725) Architecture: 64-bit Kor version: 0.3.7

Additional context This issue impacts the completeness of the kor all command by not providing information on unused pods.