kor
kor copied to clipboard
A Golang Tool to discover unused Kubernetes Resources
## What this PR does / why we need it This pull request enhances the Helm chart within the Kor project by adding extra labels to the metadata. This update...
**Describe the bug** When run kor in cluster with exporter flag kor -exporter --resources secret,configmap,pvc -n kor-test-namespace We got an error: ` Failed to retrieve namespaces: namespaces is forbidden: User...
## What this PR does / why we need it This PR excludes the default resources created in basic OpenShift installations. It also includes a fix in `cmd/kor/crds.go` to allow...
Find all default resources in a AKS cluster that kor flags as unused. List them Create an issue to exclude them Bonus: Open merge request with the exclusions (example can...
Find all default resources in a K3s cluster that kor flags as unused. List them Create an issue to exclude them Bonus: Open merge request with the exclusions (example can...
Find all default resources in a EKS cluster that kor flags as unused. List them Create an issue to exclude them Bonus: Open merge request with the exclusions (example can...
In order to properly support testing this we need to refactor the tests in the rest of the resources by separating creating the clientset from the resource creation e.g. deployments...