kor icon indicating copy to clipboard operation
kor copied to clipboard

A Golang Tool to discover unused Kubernetes Resources

Results 23 kor issues
Sort by recently updated
recently updated
newest added

Find all default resources in a Openshift cluster that kor flags as unused. List them Create an issue to exclude them Bonus: Open merge request with the exclusions (example can...

enhancement
help wanted
good first issue

Split resource creation functions into separate functions from client creation. Allowing reuse of code for all.go test

As a preparation for https://github.com/yonahd/kor/issues/117 And https://github.com/yonahd/kor/issues/107 Add the reason kor is considering the resource unused. E.g. - Unused - Marked with unused label - In termination waiting for finalizers...

enhancement

Would it be useful if we implement the check to list pods that are not associated with any deployments ? I am not sure if we consider these pods as...

Backlog

**Is your feature request related to a problem?** RoleBindings can be created while referencing **non-existing** users/groups/ServiceAccounts on one hand or Roles/ClusterRoles on the other hand. Go through all existing RoleBindings...

enhancement
good first issue

Problem: I don't want to alert/include standard replicasets associated with deployments, statefulsets in a report /slack message as this distracts from what I consider truly orphaned resources. Similarly I'd like...

bug
enhancement

**Is your feature request related to a problem? Please describe.** No. Purely syntactical **Describe the solution you'd like** The flag to switch to non-interactive mode to be `--non-interactive` vs `--nointeractive`...

enhancement

**Is your feature request related to a problem?** ClusterRoleBindings can be created while referencing **non-existing** users/groups/ServiceAccounts on one hand or ClusterRoles on the other hand. Go through all existing ClusterRoleBindings...

enhancement
good first issue

**Is your feature request related to a problem? Please describe.** Currently to find resource deleted but stuck on finalizers we use the resources subcommand. Following the option to show the...

enhancement

Please read [CONTRIBUTING.md](CONTRIBUTING.md) for additional information on contributing to this repository! ## What this PR does / why we need it This adds an adopters file to allow teams to...