selkies-project / selkies-operator

K8s operator for per-user stateful workloads
https://selkies.io
Apache License 2.0
72 stars 13 forks source link

hotfix to cleanup dangling images on node. #51

Closed danisla closed 2 years ago

danisla commented 2 years ago

If the images monitored by the image puller are changed often and significantly, this can result in many dangling image layers on the node and could eventually make the node run out of disk space.

This fix clears dangling images every 3 hours.