kor
kor copied to clipboard
A Golang Tool to discover unused Kubernetes Resources
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...
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...
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...
**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...
Feature: skip expected replicaSets from deployments and statefulsets, as well as jobs from cronjobs
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...
**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`...
**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...
**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...
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...