I've come across an issue where my VM runs out of disk space after SPO has been running for 5 months.
It looks like the /var/lib/docker/overlay2 consumes all the disk space and the redis container can no longer start.
To resolve it, I stopped the shinyproxy operator, cleaned up Docker with docker system prune -a, remove the redis data folder for shinyproxy operator, removed all old containers associated with shinyproxy operator, and restarted shinyproxy operator again.
Is there any way to avoid this?
I've come across an issue where my VM runs out of disk space after SPO has been running for 5 months.
It looks like the
/var/lib/docker/overlay2consumes all the disk space and the redis container can no longer start.To resolve it, I stopped the shinyproxy operator, cleaned up Docker with
docker system prune -a, remove the redis data folder for shinyproxy operator, removed all old containers associated with shinyproxy operator, and restarted shinyproxy operator again.Is there any way to avoid this?