gianlucam76 / k8s-cleaner

Cleaner is a Kubernetes controller that identifies unused or unhealthy resources, helping you maintain a streamlined and efficient Kubernetes cluster. It provides flexible scheduling, label filtering, Lua-based selection criteria, resource removal or update and notifications via Slack, Webex and Discord. it can also automate clusters operations.
https://projectsveltos.github.io/sveltos/
Apache License 2.0
319 stars 20 forks source link

BUG: An error in the name of the examples-unused-resources/peristent-volumes directory #105

Closed AllaouaA closed 4 months ago

AllaouaA commented 4 months ago

Problem Description

The link in the readme.md to the unused-resources example of PersistentVolumes does not work https://github.com/gianlucam76/k8s-cleaner/tree/main/examples-unused-resources/presistent-volumes (error 404). In fact there is a typo in the link and in the directory name https://github.com/gianlucam76/k8s-cleaner/tree/main/examples-unused-resources/peristent-volumes it should be "persistent" instead of "persitent"

AllaouaA commented 4 months ago

sorry, I made a mistake with the label, it's not really a bug but just a typo in the documentation

gianlucam76 commented 4 months ago

Thank you @AllaouaA

Fixed it.