You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
The text was updated successfully, but these errors were encountered:
Describe the bug
The
getUnusedPods()
function is not utilized in thegetUnusedAllNamespaced()
function, resulting in the omission of unused pods when runningkor 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
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.The text was updated successfully, but these errors were encountered: