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

## 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...

bug

## 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...

enhancement
help wanted
good first issue

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...

enhancement
help wanted
good first issue

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...

enhancement
help wanted
good first issue

Find namespaces with no resources

enhancement
good first issue

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...

enhancement