Kubernetes Garbage Collection have a option to delete the images when it reached to a certain percentage of disk usages Link
Is there any way to delete all docker images which is more than three days old and not being used now instead of doing it manually ?
Follow the below steps
You could also simply connect to the node in question and run docker system prune -f
there directly.